- Node.js (Latest LTS version recommended)
- npm or yarn package manager
- Git
-
Clone the repository
git clone <repository-url> cd airkit-example
-
Install the dependencies
npm install # or yarn install -
Run the example
npm run dev # or yarn dev -
Open the browser and navigate to https://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
- React
- TailwindCSS
- TypeScript
- Airkit Connector
- Wagmi/Viem (Web3)
- Vite