https://github.com/golemfactory/golem-crowdfunding
Golem token and crowdfunding contracts
https://github.com/golemfactory/golem-crowdfunding
Last synced: 8 months ago
JSON representation
Golem token and crowdfunding contracts
- Host: GitHub
- URL: https://github.com/golemfactory/golem-crowdfunding
- Owner: golemfactory
- License: gpl-3.0
- Created: 2016-09-29T10:39:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T02:29:07.000Z (over 9 years ago)
- Last Synced: 2024-10-01T01:56:42.611Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 415 KB
- Stars: 78
- Watchers: 18
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golem Token and Crowdfunding contracts
## Contracts
GNT contract is defined in contracts/Token.sol. Crowdfunding allocation of tokens for Golem Factory and developers is in contracts/GNTAllocation.sol. Other contracts are there for testing purposes only.
## Testing
Testing requires Python and following packages: pyetherem, py.test
pip install -r requirements.txt
To run tests:
make tests