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 aae4cee861 Donation fix 4 years ago
api blocks: WIP attempt to identify miner (via coinbase) 4 years ago
blocks blocks: WIP attempt to identify miner (via payout address) 4 years ago
config Add easy-peasy as sate management 4 years ago
frontend Donation fix 4 years ago
jsonrpc blocks: WIP attempt to identify miner (via payout address) 4 years ago
pageviews Page views tracking 4 years ago
.gitignore Add LNURL-pay server for donations 4 years ago
.prettierrc Initial commit 4 years ago
README.md README.md add screenshot 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 blocks: WIP attempt to identify miner (via payout address) 4 years ago
run-server.sh Rework donation to use local lnd 4 years ago
utils.ts blocks: WIP attempt to identify miner (via coinbase) 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. ./run-server.
  3. Done.

License

MIT