diff --git a/README.md b/README.md index 9d6d51c..2f3c89b 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,6 @@ -

- - - OnchainKit logo vibes - -

+# PaigeAI -# Onchain App Template - -An Onchain App Template build with [OnchainKit](https://onchainkit.xyz), and ready to be deployed to Vercel. - -Play with it live on https://onchain-app-template.vercel.app - -Have fun! ⛵️ +Your Onchain Payment Agent.
@@ -23,13 +12,20 @@ You can find the API key on the [Coinbase Developer Portal's OnchainKit page](ht You can find your Wallet Connector project ID at [Wallet Connect](https://cloud.walletconnect.com). -```sh +``` # See https://portal.cdp.coinbase.com/products/onchainkit -NEXT_PUBLIC_CDP_API_KEY="GET_FROM_COINBASE_DEVELOPER_PLATFORM" +NEXT_PUBLIC_CDP_API_KEY="Your OncahinKit API KEY" + +# ~~~ +NEXT_PUBLIC_ENVIRONMENT=localhost -# See https://cloud.walletconnect.com -NEXT_PUBLIC_WC_PROJECT_ID="GET_FROM_WALLET_CONNECT" +# 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" ``` +
## Locally run