Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentldotland/mem-super-read


https://github.com/decentldotland/mem-super-read

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        





@decentldotland/mem-super-read


A gateway to access large MEM contracts state & onchain metadata

## Endpoints

#### Base API endpoint: https://mem-api.com

- `GET /state/:function_id` : equivalento to `https://api.mem.tech/api/state/`
- `GET /mip3-state/:function_id` : equivalento to `https://api.mem.tech/api/state/` with [MIP-3](https://github.com/decentldotland/MIPs/blob/main/MIPs/mip-3.md) support.
- `GET /super-state/:function_id` : returns state plus additional onchain contract-related data.
- `GET /kv/:function_id`
- `POST /transactions` : same behavior of `https://api.mem.tech/api/transactions`
- `POST /mip3-transactions` : same behavior of `https://api.mem.tech/api/transactions` with [MIP-3](https://github.com/decentldotland/MIPs/blob/main/MIPs/mip-3.md) support.

## License
This repository is licensed under the [MIT license](./LICENSE)