A collection of random plutus scripts
A play-ground where I can quickly prototype plutus development in Haskell
Develop Deploy
Start from:
nix develop
cabal build all
Current version of node is 8.93. See flake.nix for detail To Bring cardano-node up:
./start-cardano-node preview
tail -f ./var/8.93/preview/log/cardano-node-preview.log
To query the tip:
cardano-cli query tip --testnet-magic 2 --socket-path ./var/8.93/preview/cardano-node-preview.socket