forked from 6/simple-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
17 lines (13 loc) · 801 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Simple Token is an EVM-compatible token loosely inspired by ERC20.
The contract is coded in both Solidity and Vyper to try out both languages.
compile contracts:
$ yarn compile
run tests:
$ yarn test
deployed and verified on testnets:
- goerli: https://goerli.etherscan.io/address/0xf5632Acfb82420870d20cCd3c72a6F9fa9F14237#code
- kovan: https://kovan.etherscan.io/address/0x9d09675f0f0aaaf4b824eacf5ba7f97528798847#code
- rinkeby: https://rinkeby.etherscan.io/address/0xE152608C60A120C769278Be89253739E0eBa5d32#code
- bsc: https://testnet.bscscan.com/address/0x10E11093c2963cE9743e73D6934Ff8BeA0d91766#code
- ftm: https://testnet.ftmscan.com/address/0x10e11093c2963ce9743e73d6934ff8bea0d91766#code
- polygon: https://mumbai.polygonscan.com/address/0x10E11093c2963cE9743e73D6934Ff8BeA0d91766#code