Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 525 Bytes

Finality Explorer

A simple web application to allow users of OP Stack L2 chains that use the Babylon Bitcoin Staking Finality Gadget to view the finality status of transactions.

Develop

To set up a development environment, first specify the required environment variables in the .env.example file in the root directory:

cp .env.example .env.local

where NEXT_PUBLIC_FINALITY_GADGET_API_URL specifies the back-end API for the finality gadget.

Then, to start a development server:

npm run dev