Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuga-cb committed Oct 4, 2024
1 parent 258d8ff commit 26ea541
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/coinbase/onchainkit/main/site/docs/public/logo/v0-27.png">
<img alt="OnchainKit logo vibes" src="https://raw.githubusercontent.com/coinbase/onchainkit/main/site/docs/public/logo/v0-27.png" width="auto">
</picture>
</p>
# 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.

<br />

Expand All @@ -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"
```

<br />

## Locally run
Expand Down

0 comments on commit 26ea541

Please sign in to comment.