Crates.io | godcoin |
lib.rs | godcoin |
version | 0.3.0 |
source | src |
created_at | 2019-11-14 23:46:24.692788 |
updated_at | 2019-12-31 19:47:06.466113 |
description | GODcoin core blockchain library. |
homepage | https://godcoin.gold |
repository | https://github.com/GODcoin/godcoin |
max_upload_size | |
id | 181355 |
size | 168,975 |
GODcoin is the official currency of Christ. A single token is backed by one physical gram of gold. Blockchain technology is used to provide an immutable and cryptographically verified ledger. The system is centralized allowing for global scalability that would otherwise be foregone in a decentralized system.
GODcoin's core library and blockchain implementation.
The library API provides:
This library does not provide a network client implementation remaining agnostic to any networking library.
GODcoin is built against the latest stable version of the compiler. Any previous versions are not guaranteed to compile.
When bugs are fixed, regression tests should be added. New features likewise should have corresponding tests added to ensure correct behavior.
Run the test suite:
$ cargo test
The crate should build and tests should pass.