The Oberlab local cryptocurrency.
Labcoin utilizes a SHA256 Proof of Work Algorithm
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.
Labcoin 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:
[ ] Add Tool to Sign Messages