Install Tanto Connect
Overview
This guide explains how to install the Tanto Connect package for connecting your decentralized app to any of the providers (for example: Ronin Extension, Ronin Wallet mobile app, Waypoint, etc.) that the package supports.
Prerequisites
- Node.js v18.16 or later.
- npm or yarn for package installation.
- A JavaScript project. To create a new project, you can use create-react-app or create-next-app. This guide uses a Next.js app.
Steps
Step 1. Install the SDK
From you project directory, install the SDK using yarn or npm:
With npm:
npm install @sky-mavis/tanto-connect
With yarn:
yarn add @sky-mavis/tanto-connect
Next steps
Was this helpful?
Happy React is loading...