Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morion4000/emint-contracts
- Owner: morion4000
- Created: 2020-01-09T11:44:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T12:36:02.000Z (about 5 years ago)
- Last Synced: 2023-04-03T13:45:08.460Z (almost 2 years ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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