Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 294 Bytes

Quick Start Example

Install

bun i

Setup Environment

cp .env.example .env.local

Fill in NEXT_PUBLIC_PAYMASTER_API_KEY and NEXT_PUBLIC_BUNDLER_URL, you can get both the urls from Biconomy Dashboard.

Run

bun dev