0xPass
Search
K

Quickstart

Launch a working 0xPass project within 2 minutes

Using the CLI

npx create-0xpass-app@latest
This command will walk you through prompts of setting up a project, and then will scaffold a new Next.js project with 0xPass configured, and dependencies installed.

Install the project

Go to project directory.
cd react-0xpass-base
In the project directory, run the following commands:
yarn
npm
yarn install
npm install --force

Replace 0xpass's API Key

In your index.tsx file, fill your own 0xpass's API Key (line 28)
If you don't know, how to get 0xpass's API key, follow step 1 and 2 from Manual Installation guide.

Start the app

yarn
npm
yarn start
npm start