https://github.com/farolfo/wire
Smart Contracts of the WIRE token and crowdsale
https://github.com/farolfo/wire
Last synced: 5 months ago
JSON representation
Smart Contracts of the WIRE token and crowdsale
- Host: GitHub
- URL: https://github.com/farolfo/wire
- Owner: farolfo
- Created: 2017-11-25T18:54:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T00:10:47.000Z (over 8 years ago)
- Last Synced: 2024-12-30T12:19:32.519Z (over 1 year ago)
- Language: JavaScript
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIRE Smart Contracts
====================
WIRE token and corwdsale Smart Contracts.

You MUST use this project with Node v6.11.0. We highly recommend `nvm` as NodeJS package manager.
You MUST have installed a `testrpc` instance up and running in order to run the Smart Contracts locally.
```
npm install -g solc
npm install -g ethereumjs-testrpc
```
### Install
```
npm install
```
### Compile
```
npm run compile
```
### Test
```
npm run test
```
### Deploy to the local testrpc
```
truffle migrate --reset
```