Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaonone/akropolis-vesting
- Owner: kaonone
- License: mit
- Created: 2019-07-09T07:07:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T10:12:16.000Z (6 months ago)
- Last Synced: 2024-10-05T12:39:35.986Z (3 months ago)
- Topics: akropolis, ethereum, smart-contracts, vesting
- Language: JavaScript
- Homepage: https://akropolis.io
- Size: 5.42 MB
- Stars: 5
- Watchers: 9
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit/Akropolis_vesting contracts_audit_report.pdf
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`