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 explorer is avaliable at https://github.com/mowolf/gitcoin-frontend
- 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.
To build the project, you need: