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

https://github.com/bitcoin-com/blockexplorer


https://github.com/bitcoin-com/blockexplorer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Blockexplorer

Compile and run with:

```sh
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs
npm install
npm run build
npm start
```