Features of the Rarimo SDK that provide React components to manage cross-train transactions with the Rarimo protocol.
For example applications, see rarimo/js-sdk-examples on GitHub.
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
For the change log, see CHANGELOG.md.