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.
The GODcoin library for JavaScript written in TypeScript. This library is intended to be compatible with NodeJS and browsers.
NPM or Yarn can be used to test and develop the library.
Install dependencies:
$ npm install
Run the test suite:
$ npm run test
Build for development:
$ npm run build
Build for production:
$ npm run build:prod