Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 532 Bytes

File metadata and controls

23 lines (15 loc) · 532 Bytes

snet-upgradeable-owners-minting-policy

Instructions

Built on top of plutus-apps v1.1.0, cabal.project refers to its packages. Make sure to install plutus-apps first.

Compile & interact with scripts

From nix shell at the root directory run:

    cabal update
    cabal repl

Project structure

  • ./src - on-chain scripts
  • ./tests - tests that involve off-chain code written in Lucid library
    • offchain.ts
    • secret.ts
  • ./scripts - pre-compiled plutus scripts used for tests