Crates.io | regiusmark |
lib.rs | regiusmark |
version | 0.3.0 |
source | src |
created_at | 2019-11-15 03:16:38.175579 |
updated_at | 2019-12-31 21:08:06.015364 |
description | Regius Mark core blockchain library. |
homepage | https://regiusmark.io |
repository | https://github.com/RegiusMark/regiusmark |
max_upload_size | |
id | 181437 |
size | 168,946 |
Regius Mark is a cryptocurrency that is backed by physical gold assets. 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.
Regius Mark'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.
Regius Mark 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.