← Back to home

crypto home

ReactNext.js

it's an simple ui to navigate multiple wallets and view balances.

Screenshots

crypto home screenshot 1
crypto home screenshot 2
crypto home screenshot 3

Problem Statement

You can add a new wallet address and view balances, tokens etc easily. To do: transfering funds between wallets. showing the nft in the wallets. creating names for wallets. separating your address and friends' addresses. Log in using address etc. Added addresses are saved in local storage for easy retrieval next time.

Solution

Next.js is used as the React framework. Combining the Next.js API Routes feature with Moralis API to create endpoints for UI.Next.js API Routes https://nextjs.org/docs/api-routes/introduction Moralis API https://moralis.io/evm-api/ Account: /{address}/balance /{address}/erc20Get balance by wallet: Balance API https://docs.moralis.io/reference/getnativebalance Token API https://docs.moralis.io/reference/gettokenprice

Hackathon

ETHSanFrancisco 2022

2022