Skip to content

planetarium/Immutable-erc1155-contract

Repository files navigation

codecov

Immutable zkEvm ERC-1155 Contract

Try running some of the following tasks:

How to setup dev environment

$ node --version
v20.4.0

# solidity version
v0.8.19
  1. Create .env file with these keys
ETHERSCAN_API_KEY=
PRIVATE_KEY=
  1. Clean Cache & Install npm packages
# Clean cache
rm -rf node_modules;
rm -f package-lock.json;
npm cache clean --force;

# Install npm packages
npm i
  1. Compile contracts
# Compile
npx hardhat compile
  1. deploy
npx hardhat run scripts/deploy_IMT1155.js --network immutableZkevmTestnet
  1. run test & coverage
npx hardhat test
npx hardhat coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published