Install Dependencies
npm install
# or
yarn
# or
pnpm install
Create a .env file
cp .env-example .env;
Update with your Biconomy API key from our Dashboard!
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Biconomy check out the docs for our Account abstraction SDK or docs for our Mexa SDK