Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 480 Bytes

TokenMint is a service for creating and deploying ERC20 and ERC223 tokens on Ethereum network. The website is here: https://tokenmint.io

Table of Contents

Verify and Publish Solidity Source Code

To verify already deployed contracts (for example ERC20) on etherscan.io use:

truffle-flattener contracts/ERC20/TokenMintERC20Token.sol > flatContracts/FlatTokenMintERC20Token.sol