Skip to content

Simplest implementation of a blockchain (CENTRALIZED) that uses JSON files as storage. Created with typescript and intended to be the most simplified example of a Typescript blockchain while executing all the basic methods of what a regular production blockchain would have.

Notifications You must be signed in to change notification settings

randnote/randnote-blockchain

Repository files navigation

This is the server application for randNote

This application is responsible for starting up the blockchain and serving an API to 3rd parties. An example of how to use this application, LIVE, Got to https://blockchain.randnotex.co.za/blockchain, this should display the entire blockchain since the start of the application.

How to start the application

  1. yarn install
  2. yarn run dev. This will run your application on port 8034, you may change this in the package.json

About

Simplest implementation of a blockchain (CENTRALIZED) that uses JSON files as storage. Created with typescript and intended to be the most simplified example of a Typescript blockchain while executing all the basic methods of what a regular production blockchain would have.

Topics

Resources

Stars

Watchers

Forks