Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```