- NodeJs
- Redis
- Jest
- Block and Chain
- Genesis block
- Hash function
- Proof of work
- Set difficulty
- Pub/Sub
- wallet
- Signature
- transaction
- Previous recipient update
- Transaction pool
- Miner
- Reward
- Validation
- Clone the repo
git clone https://github.com/darbandi/block-chain.git
- Install dependencies using Yarn
cd block-chain
yarn
- Start the development server
yarn dev
- Start the Testing
yarn test