Get Started on Viction
Overview
Getting Started
Install Ramper SDK
Installing Ramper SDK
$ npm i @ramper-v2/viction$ yarn add @ramper-v2/victionInitialising Ramper SDK
import { init, signIn } from '@ramper-v2/viction'
import { getWalletModel, User, WALLET_PROVIDER } from '@ramper-v2/core'
import { ethers } from '@ethers'
await init({
appId: 'missing_app_id',
appName: 'Viction Test App',
walletProviders: [],
defaultTokenAddresses: [],
theme: 'dark',
network: 'mainnet',
authProviders: ['google', 'facebook', 'email'],
})User sign-up & sign-in
Get the current signed in user
Logging Out
In-App Wallet View
Overview
How to include in your app
Wallet Integration
Overview
Last updated