@ston-fi/omniston-sdk-react
v0.7.11
Published
React SDK for the STON.fi Omniston protocol
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.jsonfile
via NPM
npm install @ston-fi/omniston-sdk-reactvia YARN
yarn add @ston-fi/omniston-sdk-reactvia PNPM
pnpm install @ston-fi/omniston-sdk-react