Greeter smart contract on EVM Blockchains
- Build the npm dependencies:
- $ npm install
- Compile the contracts
- $ npm run compile
- Deploy contracts to the EVM blockchains
- $ npm run deploy:option
- Use following values in place of option:
- hardhat - for local test network
- rinkeby - for Rinkeby test network
- mainnet - for Ethereum Main net
- Running test for all networks
- $ npm run test:option
- Use following values in place of option:
- hardhat - for local test network
- rinkeby - for Rinkeby test network
- mainnet - for Ethereum Main net