Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morion4000/emint-contracts

https://www.emint.io
https://github.com/morion4000/emint-contracts

Last synced: about 1 month ago
JSON representation

https://www.emint.io

Awesome Lists containing this project

README

        

## Build
`truffle build`

## Build with solc
`solc --bin -o output contracts/NAME.sol`

## Concatenate
`npm install -g truffle-flattener`
`truffle-flattener contracts/ERC20.sol > build/ERC20Concatenated.sol`

## Documentation
https://docs.openzeppelin.com/contracts/2.x/erc20

## Verification on etherscan
ABI generator: https://abi.sonnguyen.ws