/Ethers.js

Primary LanguageJavaScript

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