https://github.com/golemfactory/golem-contracts
https://github.com/golemfactory/golem-contracts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemfactory/golem-contracts
- Owner: golemfactory
- License: gpl-3.0
- Created: 2017-10-24T12:48:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:59:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:59:30.391Z (over 1 year ago)
- Language: Solidity
- Size: 1.09 MB
- Stars: 20
- Watchers: 27
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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`