Connects to a local Bitcoin signet node and displays a list of all transactions that use one of the soft forks activated in Bitcoin Inquisition.
You will need Node.js and Yarn.
Install dependencies:
yarn
Create a .env file with your environment variables:
DATABASE_URL=local.db
BITCOIN_RPC_AUTH=user:password
BITCOIN_RPC_HOST=http://127.0.0.1:38332
BITCOIN_ZMQ_PUB_HASHBLOCK=tcp://127.0.0.1:38334
Run a local dev server:
yarn dev
Build for production:
yarn build