/rmrk-evm

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Instructions

  1. Install packages with yarn or npm i
  2. Test contracts compile: yarn hardhat compile --network zkSyncTestnet
  3. Check contract size: yarn hardhat size-contracts
  4. Run tests: yarn test
  5. Run prettier: yarn prettier
  6. Copy .env.example into .env and set your variables
  7. Use contracts/, tests/ and scripts/ to build your code.
  8. 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.