- Install packages with
yarn
ornpm i
- Test contracts compile:
yarn hardhat compile --network zkSyncTestnet
- Check contract size:
yarn hardhat size-contracts
- Run tests:
yarn test
- Run prettier:
yarn prettier
- Copy .env.example into .env and set your variables
- Use
contracts/
,tests/
andscripts/
to build your code. - Deploy on testnet:
yarn hardhat deploy-zksync --network zkSyncTestnet
Remember to give credit to RMRK if you're using it's technology. Check the license and notice for more details.