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

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.

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.