Source code for Amon Token (AMN) Ethereum smart contract.
This token respects the ERC20 standard. And is
- Mainnet: 0x737f98ac8ca59f2c68ad658e3c3d8c8963e40a4c (amntoken.eth)
- Kovan: 0x5870042b67353a2e037c76777f3bd7d0ef222762
- Truffle 4.0.6
- OpenZeppelin 1.7.0
- Solidity 0.4.19
$ npm test
This will replace imports in solidity to get only one file. Useful for Etherscan code verification.
Saved in ./build/AMNTokenFlat.sol
$ npm run flatten
$ npm run deploy:network
network=[kovan,rinkeby,mainnet]
Artifacts are saved inside ./build/contracts/