A natural language interface to do anything with your wallet!
- send transactions
- swap tokens
- deposit to any defi protocol
- query blockchain data
- deploy tokens and nfts
Video build: https://x.com/joenrv/status/1963665386983059916
To use the Thirdweb AI chat functionality, you need to set up your Thirdweb API credentials.
Create a .env.local
file in the root directory with one of the following:
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your_client_id_here
THIRDWEB_SECRET_KEY=your_secret_key_here
- Go to Thirdweb Dashboard
- Create an account or sign in
- Create a new project or select an existing one
- Copy your Client ID and Secret Key
-
Install dependencies:
pnpm install
-
Set up your environment variables (see above)
-
Start the development server:
pnpm dev
-
Open http://localhost:3000 in your browser