Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/mem-super-read
https://github.com/decentldotland/mem-super-read
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentldotland/mem-super-read
- Owner: decentldotland
- License: mit
- Created: 2023-10-04T18:44:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T22:17:15.000Z (11 months ago)
- Last Synced: 2024-04-14T10:45:35.545Z (7 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)