/reselcoin

A project the demonstrates the basic concepts and techniques needed to create a distributed ledger that uses a fictitious crypto-coin named reselcoin for currencyu

Primary LanguageTypeScriptMIT LicenseMIT

reselcoin

A project written in TypeScript that demonstrates the essential concepts and techniques needed to create a distributed ledger that uses a fictitious crypto-coin named reselcoin as currency.

This project builds on the work that was first released as a JavaScript application by Xavier Decuyper.

Installation

git clone https://github.com/reselbob/reselcoin.git
cd reselcoin
npm install

Running the tests

The tests provide insights into creating a blockchain, running an Initial Coin Offering against the blockchain and transferring coins from the reselcoin Treasury's wallet to the wallet of a user named Seeder.

To run the tests:

npm run test

Coming attractions

The reselcoin API