0.3.0 • Published 6 years ago
regiusmark v0.3.0
Regius Mark
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.
Overview
The Regius Mark library for JavaScript written in TypeScript. This library is intended to be compatible with NodeJS and browsers.
Development
NPM or Yarn can be used to test and develop the library.
Install dependencies:
$ npm installRun the test suite:
$ npm run testBuilding
Build for development:
$ npm run buildBuild for production:
$ npm run build:prod