Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 312 Bytes

NFT Standard (ERC-721) in Tact.

yarn build # To build contract
yarn test # To run test cases
yarn deploy # To deploy contract
yarn read # The way to read the smart contract data after your deployed the code

=> Remember to go to scripts/depolyNftCollection.ts to change the parameters you want!