7.4.9 Solana
The Solana Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime. These programs are tested against Solana's implementation of Sealevel, solana-runtime, and deployed to its mainnet. As others implement Sealevel, we will graciously accept patches to ensure the programs here are portable across all implementations.
For more resources, please visit below websites:
Solana Documentation Homepage: https://docs.solana.com/
Solana Program Library (SPL) Documentation: https://spl.solana.com/
JavaScript API Reference: https://solana-labs.github.io/solana-web3.js/
Developing apps on Solana: https://docs.solana.com/apps
The BSN city node gateway is adapted to the Solana JSON RPC API and WSS, so developers can initiate transaction requests to the node gateway via HTTP JSON-RPC. For detailed docking instructions please visit: https://docs.solana.com/apps/jsonrpc-api
The following table shows additional error code definitions for public city node gateway:
Error code | Transaction error code | Error code description |
---|---|---|
401 | 3090000 | Authentication permission failed |
429 | 3210000 | TPS, TPD current limit |
500 | 3100000 | Service internal exception |
503 | 3100000 | Service Unavailable |