Your Onchain Payment Agent.
To ensure all components work seamlessly, set the following environment variables in your .env
file using .env.local.example
as a reference.
You can find the API key on the Coinbase Developer Portal's OnchainKit page. If you don't have an account, you will need to create one.
You can find your Wallet Connector project ID at Wallet Connect.
# See https://portal.cdp.coinbase.com/products/onchainkit
NEXT_PUBLIC_CDP_API_KEY="Your OncahinKit API KEY"
# ~~~
NEXT_PUBLIC_ENVIRONMENT=localhost
# See https://cloud.walletconnect.com/
NEXT_PUBLIC_WC_PROJECT_ID="Your Wallet Connect Project ID"
# See https://platform.openai.com/
OPENAI_API_KEY="Your OpenAPI API Key"
# Install bun in case you don't have it
curl -fsSL https://bun.sh/install | bash
# Install packages
bun i
# Run Next app
bun run dev
- Allow ENS recipients
- Implement system audio recording
- OnchainKit documentation
- We use the OnchainKit Early Adopter contract written by neodaoist [X]
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need help, feel free to reach out to us on Discord or open a Github issue or DMs us on X at @onchainkit, @zizzamia, @fkpxls.