Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

File metadata and controls

21 lines (14 loc) · 405 Bytes

Introduction to Building Starknet Dapps

Setup

  1. Clone https://github.com/BlockheaderWeb3-Community/cairo-bootcamp-3/tree/dapp

  2. run cd student-registry-dapp-starter

  3. run npm i

  4. run npm run dev

TODOS

  1. Implement Disconnect functionality
  2. Fetch user balance
  3. Import ABI
  4. Get RPC URL
  5. Fetch students from contract (READ)
  6. Handle Refetch students
  7. Add student (write)