You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Hampus Sjöberg 475a81ba0c Refactor project 4 years ago
backend Refactor project 4 years ago
common index: Fix signalling part of Progress Bar not working correctly 4 years ago
config Info page 4 years ago
frontend Revert "miner: Use existing helper for total signalling percentage" 4 years ago
.gitignore Add pageviews_txt.json to .gitignore 4 years ago
.prettierrc Initial commit 4 years ago
LICENSE.md Add MIT License file 4 years ago
README.md Separate frontend building from run-server.sh 4 years ago
build-frontend.sh Separate frontend building from run-server.sh 4 years ago
fork-explorer-screenshot.png README.md add screenshot 4 years ago
frontend-dev-server.sh Initial commit 4 years ago
index.ts Refactor project 4 years ago
run-server.sh Separate frontend building from run-server.sh 4 years ago

README.md

Fork Explorer

Fork Explorer let's you see the status of a BIP9-style softfork. It relies on bitcoind and its JSON-RPC server.

Build and run

You need Deno to build and run this project. Deno is a new Javascript environment, similar to Node.

  1. Fix config file by duplicating config/config.ts_TEMPLATE to config/config.ts and setting bitcoind's JSON-RPC credentials up.
  2. ./build-frontend.
  3. ./run-server.
  4. Done.

License

MIT