Next.js Discord

Discord Forum

Project setup to create a dapp

Unanswered
Kombai posted this in #help-forum
Open in Discord
KombaiOP
Is next.js the right decision to create an dapp to communicate with eth blockchain?
Should I use the app or pages structure? I guess the page structure is more convenient to create a dapp because it's on client site by default. What do you think?

1 Reply

@Kombai yeah, dApps need to connect to a wallet like Metamask, or Phantom for SOL, to connect smart contracts, which means most of ur pages need to run client sides. So Page Router would be better than App Router. Also, you might want to check Thirdweb Discord, I played around with Thirdweb Solana with Next.js before and asked questions there.