JS SDK for Subsocial API
Subsocial blockchain exposes a wide range of API endpoints that allow anyone to fetch data from the blockchain and integract with it (send transactions). Follow the links below to see what API endpoints are available for use:
- Chain state – get data from the blockchain storage.
- Extrinsics – send transactions to the bockchain.
- RPC (remote procedure call) – additional set of API methods.
On top of that we created a JS SDK (in TypeScript) that allows you to work with Subsocial API (blockchain, off-chain and IPFS) in a convenient way. Our web app and off-chain services use this JS SDK. We still need to invest some time to write docs on how to work JS SDK. But for now, you can check the sources of our web app and off-chain services.