Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 606 Bytes

File metadata and controls

17 lines (12 loc) · 606 Bytes

Bank Cheque System Blockchain Example

This apps is for education purposes only. This is a basic implementation of cheque verification system for banks using blockchain technology using nodeJs This app used in momory techniques for storing blocks and pending transactions which is not a good mothod In production all the final mined blocks should be stored on files and synced across all the network.

Installing project dependencies

Call below function in command prompt to install dependencies to run this project

> npm install

License

This software is licensed under the MIT License.