Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 977 Bytes

dev-wiki.md

File metadata and controls

62 lines (43 loc) · 977 Bytes

Mini Dev Wiki

To develop on-chain

Haskell environment with HLS and Hoogle

nix develop .#on-chain
cd on-chain

To develop off-chain

nix develop .#off-chain
cd off-chain

To run off-chain tests

make

To start default CTL runtime

nix run .#default-ctl-runtime

To start serving PureScript docs

nix run .#docs

or

nix run .#ctl-docs

To serialize and export scripts

nix run .#script-export

or from on-chain shell

cabal run script-export