@ston-fi/omniston-sdk-react
v0.2.0
Published
React SDK for the STON.fi Omniston protocol
Downloads
51
Keywords
Readme
Omniston SDK React
This package provides binding for omniston-sdk to the React ecosystem. Using this package, you can access all Omniston methods as hooks powered by TanStack react query (out-of-box loading states, retries, error handling, and match more)
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-react
via YARN
yarn add @ston-fi/omniston-sdk-react
via PNPM
pnpm install @ston-fi/omniston-sdk-react