@ston-fi/omniston-sdk
v0.2.0
Published
Typescript SDK for the STON.fi Omniston protocol
Downloads
72
Keywords
Readme
Omniston SDK
This package acts as a typescript wrapper on top of the Ston.fi Omniston protocol. It uses RxJs to provide observables on top of the WebSocket API connection
You can find all supported methods in our docs or take a look onto our demo app that use NextJs and omniston-sdk-react
package
Installation
Warning SDK is still under development and breaking changes might and probably will happen in the future. According to the semantic versioning convention, while the package's major version is zero, breaking changes might happen even in minor releases. Because of that, if you are using SDK at this stage in production, please make sure that you are using the exact version of the package in your
package.json
file
via NPM
npm install @ston-fi/omniston-sdk
via YARN
yarn add @ston-fi/omniston-sdk
via PNPM
pnpm install @ston-fi/omniston-sdk