Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 638 Bytes

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