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 Perform operations. Get it done.