https://github.com/kaonone/akropolis-vesting
Akropolis Token Vesting Contract
https://github.com/kaonone/akropolis-vesting
akropolis ethereum smart-contracts vesting
Last synced: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T10:12:16.000Z (11 months ago)
- Last Synced: 2025-04-09T23:51:14.500Z (about 2 months ago)
- Topics: akropolis, ethereum, smart-contracts, vesting
- Language: JavaScript
- Homepage: https://akropolis.io
- Size: 5.42 MB
- Stars: 4
- Watchers: 8
- 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`