https://github.com/macabeus/blockchain-js
A JS implementation of a blockchain based on "Learn Blockchains by Building One"
https://github.com/macabeus/blockchain-js
Last synced: 22 days ago
JSON representation
A JS implementation of a blockchain based on "Learn Blockchains by Building One"
- Host: GitHub
- URL: https://github.com/macabeus/blockchain-js
- Owner: macabeus
- Created: 2017-12-11T17:57:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T18:56:09.000Z (over 8 years ago)
- Last Synced: 2025-10-14T11:38:52.556Z (10 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blockchain-js
A JS implementation of a blockchain based on [Learn Blockchains by Building One](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46), only for studying purposes.
# Running
To run the blockchain server using the port 3000:
```
npm start 3000
```
# Example
Run two instances of the blockchain in your computer, one using port 3000 and another using 3001, and see the examples:
[](https://documenter.getpostman.com/view/1363558/blockchain-js/7EN3pdn)