Skip to content

AsaoluElijah/first-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Dapps With Ethers.js

Learn how to build your first Dapp with Ethers.js
https://blog.logrocket.com/building-dapp-ethers-js/

Info

Repo include the source-code for a dapp built with ethers.js, with the following functionalities:

  • Connect to Metamask or other ETH based wallet
  • Read USDC balance
  • Transfer USDC to other accounts

Setup

$ git clone https://github.com/AsaoluElijah/first-dapp.git
$ cd first-dapp
# switch to front-end branch
$ git switch front-end
$ code . # open with vscode

Screenshot