An open API service indexing awesome lists of open source software.

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"

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:

[![Run in Postman](https://run.pstmn.io/button.svg)](https://documenter.getpostman.com/view/1363558/blockchain-js/7EN3pdn)