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.
git clone https://github.com/reselbob/reselcoin.git
cd reselcoin
npm install
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
The reselcoin
API