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

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

Awesome Lists containing this project

README

          

WIRE Smart Contracts
====================

WIRE token and corwdsale Smart Contracts.

![wire](/assets/wire.jpg)

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