Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.01 KB

File metadata and controls

42 lines (23 loc) · 1.01 KB

Tu Primera Dapp en Base

Charla en Tu Primera Dapp en Base https://www.hallos.io/en/event/tu-primera-dapp-en-base

Stack

Getting Started

Install dependencies

yarn

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Thirdweb Setup

Go to Thirdweb and get the clientId and SecretKey

NEXT_PUBLIC_THIRDWEB_CLIENT_ID= NEXT_PUBLIC_THIRDWEB_SECRET=

Change the BASE_CONTRACT_ADDRESS variable for your contract address

Preview

Screenshot 2024-06-10 at 7 56 35 PM Screenshot 2024-06-10 at 7 56 27 PM