Package Exports
- @rarimo/react-nft-checkout
Readme
@rarimo/react-nft-checkout
Features of the Rarimo SDK that provide React components to manage cross-train transactions with the Rarimo protocol.
Examples
For example applications, see rarimo/js-sdk-examples on GitHub.
Installation
The library can be installed via npm or yarn.
npm install @rarimo/react-nft-checkout
or
yarn add @rarimo/react-nft-checkout
If you need only the sdk-dapp basic logic, without the additional UI, consider using the --no-optional
flag.
This will not install the packages needed for the optional UI components.
npm install @rarimo/react-nft-checkout --no-optional
or
yarn add @rarimo/react-nft-checkout --ignore-optional
Changelog
For the change log, see CHANGELOG.md.