Solace Protocol
  • Get Started
    • Solace Protocol
  • Integration
    • Web (Alpha Version)
      • 🙏 Setting Up
      • 💳 Connecting/Creating a Wallet
      • 🗝️ Session Key Usage
    • React Native (Alpha Version)
      • 🙏 Setting Up
      • ⛓️ Connecting using Solace Connect
      • 🔑 Session Key Usage
  • Solace Contract Connect
    • Adding Contracts
    • Adding Functions
  • Resources
    • How does Solace Work?
    • Solace Wallet Lifecycle
    • Meta Transactions
    • ERC-4337 & Sessions
Powered by GitBook
On this page
  • Installation
  • Usage
  1. Integration
  2. React Native (Alpha Version)

🙏 Setting Up

Installation

npm install react-native-keychain react-native-rsa-native
npm install @solacelabs/solace-connect

Usage

Importing the SDK

Firstly, import the SDK into your project using the following line of code:

import { SolaceConnect } from '@solacelabs/solace-connect';

PreviousReact Native (Alpha Version)Next⛓️ Connecting using Solace Connect

Last updated 1 year ago