0.3.0 • Published 4 years ago

regiusmark v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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.

Website | Whitepaper

Overview

The Regius Mark library for JavaScript written in TypeScript. This library is intended to be compatible with NodeJS and browsers.

Build Status

Development

NPM or Yarn can be used to test and develop the library.

Install dependencies:

$ npm install

Run the test suite:

$ npm run test

Building

Build for development:

$ npm run build

Build for production:

$ npm run build:prod