Skip to content

Snapchain/finality-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babylon Finality Explorer

A simple web application to allow users of OP Stack L2 chains 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_API_URL specifies the back-end API for the finality gadget
  • NEXT_PUBLIC_DISPLAY_TESTING_MESSAGES boolean value to indicate whether display testing network related message. Default to true

Then, to start a development server:

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages