Skip to content

Files

Latest commit

 

History

History

react-passkey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a Next.js project bootstrapped with create-next-app.

This tutorial creates a biconomy nexus smart account on the Base Sepolia chain and executes a gasless transaction.

Getting Started

Local SDK Development

To use the local SDK during development:

  1. Run bun run dev from the SDK directory
  2. Update your package.json dependencies:
{
  "dependencies": {
    "@biconomy/abstractjs": "file:../../sdk/dist/_esm"
  }
}
  1. Enter the privateKey and paymasterUrl in the index.ts file.
  2. Transfer some eth to the smart account address on base sepolia and save.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Open in StackBlitz