Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaonone/akropolis-vesting

Akropolis Token Vesting Contract
https://github.com/kaonone/akropolis-vesting

akropolis ethereum smart-contracts vesting

Last synced: about 1 month ago
JSON representation

Akropolis Token Vesting Contract

Awesome Lists containing this project

README

        

# akropolis-vesting
Akropolis Token Vesting Contract

# Installation

1. Install [truffle](http://truffleframework.com) globally with `npm install -g truffle`
2. Install [ganache-cli](https://github.com/trufflesuite/ganache-cli) globally with `npm install -g ganache-cli`
3. Install local packages with `npm install`
4. Run ganache in separate terminal `scripts/rpc.sh`
5. Run tests with `npm test`

On macOS you also need to install watchman: `brew install watchman`