Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 481 Bytes

Ethers.js

Simple implementaion of how to make use of ethers.js to interact with contracts in blockchain easily 🤗.

The contract used here is a simple Counter contract which has 3 functions getCount, incrementCount and decrementCount.

  • Connect to Metamask Metamask

  • Perform operations. operations

  • Get it done.

successful