Contracts used in the TonClubs Bot (and web in the future).
- Fill in the .env file (DEPLOYED_NFT_CONTRACT_ADDRESS can be empty for the deploy)
- Install the dependencies (
yarn
) - Run the deploy script (
yarn deploy
)
- Follow the steps for deployment
- Change the DEPLOYED_NFT_CONTRACT_ADDRESS env variable
- Run the mint script (
yarn mint
)
- Install the dependencies (
yarn
) - Run the compile script (
yarn compile
)