This is a Next.js project bootstrapped with create-next-app
.
This license applies to all code contained in this repository.
This project utilizes a Tailwind CSS theme configuration, allowing you to customize theme colors, element border-radius, and typography sizes to suit your needs. Check tailwind.config.ts file.
Change the NEXT_PUBLIC_AFFILIATE_ADDRESS
variable in .env file with your address and other related to project information.
Register at https://dashboard.privy.io/account:
- Create a project, go to "Embedded wallets" page, "Smart Wallets" tab, enable it, choose "Safe" (we support only this), configure paymasters for your app chains (https://dashboard.pimlico.io/apikeys).
- Go to "Settings" and copy
App ID
. - Put value to
NEXT_PUBLIC_PRIVY_APP_ID
variable in .env
To add your project logo change Logo component.
First, install dependencies:
npm install
And run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.