Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 282 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 282 Bytes

TCERC20

This is Test Contract called TestCoin using solidity. ERC20 token.

To test, Copy the code in test.sol Then go to https://remix.ethereum.org Compile the code and run it. Generate smart contract and test other functions like transfer, balanceOf, etc. in the right sidebar.