A Cryptocurrency to support open source contributors using Google's dartlang. Gitcoin is obtained by contributing to open source development on github and can be traded between users.
A Blockchain Node is avaliable at https://github.com/konstantinullrich/gitcoin
- Backend 100% dartlang.
- Based on a blockchain.
- Proof by work validation algorithm.
- EC Signing and Validation.
- Each user is a http client and server.
Gitcoin uses various libraries to improve the development process:
- asn1lib : Encoding and decoding.
- Crypton : ECSignature.
- http : Http requests.
- crypto : Cryptographic hashing functions.
npm install
npm run serve
npm run build
npm run test
npm run lint