An open API service indexing awesome lists of open source software.

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

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
```