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

https://github.com/golemfactory/golem-contracts


https://github.com/golemfactory/golem-contracts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/golemfactory/golem-contracts.svg?style=shield)](https://circleci.com/gh/golemfactory/golem-contracts)

# Contracts
* *GNT* token
* *GNTB* for missing parts of ERC20 interface and modified ERC667 implementation
* *GNTDeposit* that implements timelocked deposits and deposit burning
* *GNTPaymentChannels* for small payments to Concent (R&D)

# Requirements
* nodejs + truffle (for tests)

# Compiling and running tests
`$ npm install`
`$ node_modules/.bin/truffle test`