https://github.com/maxgfr/timoney-token
ERC20 token
https://github.com/maxgfr/timoney-token
altcoin coin crypto cryptocurrency erc erc20 erc20-tokens eth ethereum ico token
Last synced: 5 months ago
JSON representation
ERC20 token
- Host: GitHub
- URL: https://github.com/maxgfr/timoney-token
- Owner: maxgfr
- License: mit
- Created: 2018-03-11T15:10:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T20:47:52.000Z (8 months ago)
- Last Synced: 2025-02-16T22:17:43.660Z (8 months ago)
- Topics: altcoin, coin, crypto, cryptocurrency, erc, erc20, erc20-tokens, eth, ethereum, ico, token
- Language: JavaScript
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimoneyToken
ICO TimeMoney Token (TMY)
Install node library
```
npm install
```Launch testrpc
```
testrpc
```Use truffle to compile/migrate/test
```
truffle compile
truffle migrate
truffle test
```