Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/mem-verifier

Verify the existence of a MEM TX on the DA layer
https://github.com/decentldotland/mem-verifier

Last synced: 3 days ago
JSON representation

Verify the existence of a MEM TX on the DA layer

Awesome Lists containing this project

README

        





@decentdotland/mem-verifier


Verify the existence of a MEM TX on the DA layer

## Build & Run

```bash

git pull https://github.com/decentldotland/mem-verifier.git

npm install && npm run start

```
## Enpoint

#### base endpoint: ...

```console
GET /verify/:contract_id/mem_txid/:type?
```

if `type` is `"hosted"` the verifier will check the ME TX existence by checking its availability in the [indexer](https://github.com/decentldotland/mem-indexer) ; if not, the verifier will run an onchain verification process.
## License
This project is licensed under the [MIT License](./LICENSE)