Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decentldotland/mem-verifier
- Owner: decentldotland
- License: mit
- Created: 2023-07-21T22:23:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T22:25:15.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:45:35.988Z (7 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)