https://github.com/bitcoin-com/blockexplorer
https://github.com/bitcoin-com/blockexplorer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcoin-com/blockexplorer
- Owner: Bitcoin-com
- Created: 2017-11-12T18:38:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T17:25:46.000Z (about 3 years ago)
- Last Synced: 2025-03-27T14:55:18.812Z (about 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 25
- Watchers: 10
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```