Installation
Installation
Section titled “Installation”Install Agentis Checkout and its required peer dependencies to get started.
Package Installation
Section titled “Package Installation”npm install robocash-checkout-preview
Required Peer Dependencies
Section titled “Required Peer Dependencies”npm install react react-dom @rainbow-me/rainbowkit@^2.0.0 @tanstack/react-query@^5.18.0 viem@^2.7.0 wagmi@^2.5.0
All-in-One Command
Section titled “All-in-One Command”npm install robocash-checkout-preview react react-dom @rainbow-me/rainbowkit@^2.0.0 @tanstack/react-query@^5.18.0 viem@^2.7.0 wagmi@^2.5.0
Requirements
Section titled “Requirements”- React 18.0.0 or higher
- Node.js 16.0.0 or higher
- TypeScript support (optional but recommended)
Next Steps
Section titled “Next Steps”Once installed, you can start using the Checkout component in your React application. See the Quick Start guide for basic usage examples.