Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 495 Bytes

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