Quickstart

Launch a working 0xpass demo within 2 minutes


Clone demo from Github

git clone https://github.com/0xpass-demos/react-0xpass-base.git

We release tags corresponding to each version release. So, you can easily switch between demos for versions.

Install the project

Go to project directory.

cd react-0xpass-base

In the project directory, you can run:

#any one of following
npm install --legacy-peer-deps
yarn install

Signup on 0xpass

Signup on 0xpass Dashboard

Create a new project

Create Project

Signup on WalletConnect and create new project

Signup on Wallet Connect

Extract Project ID and API Keys

Copy project ID from Wallet Connect Project ID

Copy API Key from 0xpass Dashboard Project API Key

Replace projectID and apiKey in index.tsx

Line 27 and 28 Dummy

Start the app

# any one of following
npm start
yarn run