Skip to main content

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

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