/succinct-amb-dashboard

A simple dashboard that shows all the messages that have been sent with Succinct, the status of these messages, and other relevant information.

Primary LanguageJavaScript

Succinct AMB Dashboard

A simple dashboard that shows all the metadata that has been sent with Succinct like:

  • the sender of the message
  • the recipient of the message on the recieving chain
  • the underlying message being sent
  • transaction hash of the message
  • the status of the message on the receiving chain
  • the gas that was paid for message execution
  • who executed the message on the receiving chain

Running the application

npm run dev
# or
yarn dev