https://github.com/starkware-libs/starkex-apps-api
https://github.com/starkware-libs/starkex-apps-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkware-libs/starkex-apps-api
- Owner: starkware-libs
- Created: 2022-08-18T15:35:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T20:12:32.000Z (about 3 years ago)
- Last Synced: 2025-02-15T18:51:19.011Z (over 1 year ago)
- Size: 81.1 KB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API specifications for applications using StarkEx
This repo contains api specification for applications built on top of StarkEx (operators).
Most of the API is RPC-style API, defined using OpenRPC schema, and specified [here](./api/nft-apps-openrpc.json).
Streaming API is also defined in the same file and explained [here](./StreamAPI.md).