Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souravinsights/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.
https://github.com/souravinsights/succinct-amb-dashboard
cross-chain-applications cross-chain-bridge cross-chain-communication
Last synced: about 2 months ago
JSON representation
A simple dashboard that shows all the messages that have been sent with Succinct, the status of these messages, and other relevant information.
- Host: GitHub
- URL: https://github.com/souravinsights/succinct-amb-dashboard
- Owner: SouravInsights
- Created: 2022-11-09T20:37:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T19:40:24.000Z (11 months ago)
- Last Synced: 2024-10-13T03:22:18.000Z (3 months ago)
- Topics: cross-chain-applications, cross-chain-bridge, cross-chain-communication
- Language: JavaScript
- Homepage: https://succinct-amb-dashboard.vercel.app/
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```bash
npm run dev
# or
yarn dev
```