Skip to content

Commit 8c5e551

Browse files
committed
created what to build directory
1 parent 658f82c commit 8c5e551

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/content/docs/en/developers/stablecoin-payments-tutorial.mdx renamed to src/content/docs/en/developers/what-to-build/stablecoin-payments-tutorial.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ excerpt: "Learn how to build a dApp that processes USDT payments and mints NFTs
88
whatsnext: { "Verify Your Smart Contracts": "/en/developers/verifying-smart-contracts" }
99
---
1010

11-
import Aside from "../../../../components/Aside.astro"
12-
import ClickToZoom from "../../../../components/ClickToZoom.astro"
13-
import ToggleElement from "../../../../components/ToggleElement.astro"
14-
import paymentDApp from "../../../../assets/images/developers/stablecoin-payments-tutorial/payment-dapp.png"
15-
import nftRecipt from "../../../../assets/images/developers/stablecoin-payments-tutorial/nft-recipt.png"
11+
import Aside from "../../../../../components/Aside.astro"
12+
import ClickToZoom from "../../../../../components/ClickToZoom.astro"
13+
import ToggleElement from "../../../../../components/ToggleElement.astro"
14+
import paymentDApp from "../../../../../assets/images/developers/stablecoin-payments-tutorial/payment-dapp.png"
15+
import nftRecipt from "../../../../../assets/images/developers/stablecoin-payments-tutorial/nft-recipt.png"
1616

1717
Welcome to the Scroll Stablecoin Payments Tutorial. This guide walks you through building a dApp that processes USDT payments and mints NFTs as receipts, from smart contract development to frontend integration.
1818

@@ -28,7 +28,7 @@ By the time you're done, you'll have:
2828
_What you'll build: a payments app that processes USDT payments and mints NFTs as recipts._
2929

3030
<Aside type="tip" title="">
31-
Scroll’s infrastructure delivers **secure**, **borderless**, **fast**, and **affordable** payments, powered by trusted rails like Binance and [EtherFi](https://scroll.io/blog/etherfi-cash). While Scroll welcomes every dApp, we’re especially committed to solving the unique challenges of emerging markets, explore our work in [Africa](https://scroll.io/blog/scroll-africa-tour) and [Southeast Asia](https://scroll.io/blog/expanding-access-in-sea).
31+
Scroll’s infrastructure delivers secure, borderless, fast, and affordable payments, powered by trusted rails like Binance and [EtherFi](https://scroll.io/blog/etherfi-cash). While Scroll welcomes every dApp, we’re especially committed to solving the unique challenges of emerging markets, explore our work in [Africa](https://scroll.io/blog/scroll-africa-tour) and [Southeast Asia](https://scroll.io/blog/expanding-access-in-sea).
3232
</Aside>
3333

3434
If you run into any issues, please reach out in [our Discord](https://discord.gg/scroll).
@@ -163,7 +163,7 @@ pnpm install
163163
Add your deployed contract address to `.env.local`:
164164

165165
`env.local`
166-
```
166+
```bash
167167
VITE_PAYMENT_PROCESSOR_ADDRESS=0xYourNewContractAddress
168168
```
169169

@@ -406,7 +406,7 @@ export default App
406406

407407
## Start the Frontend
408408

409-
```
409+
```bash
410410
pnpm run dev
411411
```
412412

0 commit comments

Comments
 (0)