Step by step xây dựng hợp đồng thông minh
#
Plutus Smart Contract - Spin up local dev environmentTopics:
Spin up local testnet
- explain about
cardano-node
,cardano-cli
- explain about
Lock and unlock a fund via a smart contract
- lock fund
- unlock fund
Link to videos liên quan:
- Setup node on Testnet: https://www.youtube.com/watch?v=HM9Jc8L-xOw&feature=emb_imp_woyt
- Part 1:
#
Step by step to write and submit a smart contract to testnet- Write smart contracts
- stimulate on local
- Build smart contract (haskell) --> sm script (plutus code)
- Build sm script (plutus code) --> script address
- lock fund/ submit smart contract to chain (testnet/ mainnet) (cardano-cli)
- Unlock/ spend fund located at script address (locked at step 4)