- Install Dependencies:
npm install
For local development:
- Run local network:
docker-compose up
- Run local:
npm run migrate
For public test network:
- Run on Ropsten:
npm run migrate-public
For main production network:
- Run on Mainnet:
npm run migrate-production
For local testing:
- Run local network:
docker-compose up
- Run:
npm test
- Go to https://remix.ethereum.org and paste concatenated source of
PrecompiledToken.sol
andTrivialToken.sol
:
- Hit compile contract button:
- Go to contract details:
- Copy bytecode:
- And ABI: