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.
|
|
|
# Fork Explorer
|
|
|
|
|
|
|
|
Fork Explorer let's you see the status of a BIP9-style softfork. It relies on bitcoind and its JSON-RPC server.
|
|
|
|
|
|
|
|
<img width="1000" src="fork-explorer-screenshot.png" />
|
|
|
|
|
|
|
|
# Build and run
|
|
|
|
|
|
|
|
You need [Deno](https://deno.land) to build and run this project. Deno is a new
|
|
|
|
Javascript environment, similar to Node.
|
|
|
|
|
|
|
|
0. Fix config file by duplicating `config/config.ts_TEMPLATE` to `config/config.ts` and setting
|
|
|
|
bitcoind's JSON-RPC credentials up.
|
|
|
|
1. `./run-server`.
|
|
|
|
2. Done.
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
MIT
|