Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.87 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.87 KB

Andino user experience starter

Important

This repo is a starter repo that will keep evolving. In order to gain credit for this class you will clone this repo and make a new branch.

To start simply install deps and run dev

npm i && npm run dev

Make sure to add NEXT_PUBLIC_TEMPLATE_CLIENT_ID

Homework Week 1

Exercise: Create a Dapp that allows you to swap any 2 tokens Readings:

Homework Week 2

Exercise: Create a simple web app that acts like a wallet. It should allow you to send, receive and see account balances for a few tokens such as USDC, ETH, and OP. It should support Base chain or Polygon. Ensure to handle transitions with animations and the proper load screens as needed. Readings:

Homework Week 3

Excersize: Add user profile management to your dapp. When a user receives funds, use the name of the database to display to the user those funds they received. Show the history of transactions.

Reading:

Homework week 4

Final project: Launch your app in the cloud