Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 879 Bytes

File metadata and controls

37 lines (21 loc) · 879 Bytes

AMN Token

Source code for Amon Token (AMN) Ethereum smart contract.

Description

This token respects the ERC20 standard. And is

Addresses

Dependencies versions

  • Truffle 4.0.6
  • OpenZeppelin 1.7.0
  • Solidity 0.4.19

Test

$ npm test

Flatten

This will replace imports in solidity to get only one file. Useful for Etherscan code verification.

Saved in ./build/AMNTokenFlat.sol

$ npm run flatten

Deploy

$ npm run deploy:network network=[kovan,rinkeby,mainnet]

Artifacts are saved inside ./build/contracts/