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

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

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