This program was made during my learing process of how to build a blockchain from Udemy.
- JavaScript
- Node Js v 15.0.1
- Bootstrap v 4.0
- HTML v 5.0
How to start the program:-
- Open your command prompt or terminal in the directory of the saved files.
- Download all the dependencies from package.json using command
npm install
. - Fix any audits if appears using
npm fix audit
. - Type command
npm run dev
. - Open your browser.
- Goto URL
localhost:3000
. - There you go.
How the program works:-
- Home Page : It shows a welcome message along with links to various pages along with your wallet address and wallet balance.
- Block Page : It shows all the blocks of the Blockchain.
- Conduct a Transaction Page : Here you can perform transaction and can send the currency to other users by providing their wallet address.
- Transaction Pool Page : It allows you to check the pool of transactions ready to be mined and a button to mine them.
Some screenshots of the program:-
@SKR301- Saurav Kumar: Original Creator