Skip to content

Commit

Permalink
Merge pull request #10 from wen-zhao-cb/add-instructions
Browse files Browse the repository at this point in the history
Add project id instructions
  • Loading branch information
wen-zhao-cb authored Oct 9, 2024
2 parents f27a0ef + 3f2319e commit 78e2363
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
15 changes: 14 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@ export default function Home() {
inside your onramp-demo-app repo.
</p>
<p className="text-lg">
4. When creating your aggregator URL, first generate a buy config,
4. Go to {" "}
<Link
href="https://portal.cdp.coinbase.com/projects/"
isExternal
>
{" "}onramp portal
</Link>{" "}, Copy the developer <b>project id</b> to{" "}
<b>app_id/app_id.json</b>, and add unique <b>user_id</b> for test
</p>
<p className="text-lg">
5. If want to integrate with offramp, ping us in discord, we will grant your account test permission.
</p>
<p className="text-lg">
6. When creating your aggregator URL, first generate a buy config,
then buy options, and finally generate a buy quote. Only then, can
you input your wallet address and receive your One-Click-Buy link.
</p>
Expand Down
11 changes: 10 additions & 1 deletion app/wallet/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,18 @@ export default function Home() {
inside your onramp-demo-app repo.
</p>
<p className="text-lg">
4. Copy the developer <b>project id</b> to{" "}
4. Go to {" "}
<Link
href="https://portal.cdp.coinbase.com/projects/"
isExternal
>
{" "}onramp portal
</Link>{" "}, Copy the developer <b>project id</b> to{" "}
<b>app_id/app_id.json</b>, and add unique <b>user_id</b> for test
</p>
<p className="text-lg">
5. If want to integrate with offramp, ping us in discord, we will grant your account test permission.
</p>
</div>
</div>

Expand Down

0 comments on commit 78e2363

Please sign in to comment.