https://github.com/johnkearney1/solana-api
Solana-API is a python script that creates a local REST API for the Solana (SPL) network that pulls data from RPC Nodes for development testing.
https://github.com/johnkearney1/solana-api
api cryptocurrency rest rest-api restful-api rpc solana
Last synced: 4 months ago
JSON representation
Solana-API is a python script that creates a local REST API for the Solana (SPL) network that pulls data from RPC Nodes for development testing.
- Host: GitHub
- URL: https://github.com/johnkearney1/solana-api
- Owner: JohnKearney1
- Created: 2021-05-30T02:33:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:00:53.000Z (over 1 year ago)
- Last Synced: 2025-02-24T23:42:48.053Z (4 months ago)
- Topics: api, cryptocurrency, rest, rest-api, restful-api, rpc, solana
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana-API
This is a custom REST API for the Solana (SPL) network that pulls from RPC Nodes in Python!#### Note:
This is not the public API! This is the source code allowing developers to run a local version of the Solana REST API I've built on their network for development purposes.
There is not currently adequate documentation on the API, so bear with me as I write it.For guidance on how to use the API- refer to the examples folder. They show appropriate usage of the endpoints.