Skip to content

abrkn/dcex

Repository files navigation

Dcex

Drivechain block explorer

Install

npm install

Configure

Create .env file in project root with contents:

BITCOIND_RPC_URL=bitcoin://user:[email protected]:8332

Run

npm run dev or npm start (production)

Stack

  • Next.js (server and client side rendering)
  • GraphQL and Apollo (data retrieval)

Author

Andreas Brekken [email protected]

License

MIT