Interaction between Smart Contract and Environment

Our development environment consisting of frontend and backend needs to interact with smart contracts. To establish a connection with the smart contract we need SDK and libraries. These SDKs will also manage the account with the crypto wallet.

Web3

There are various libraries for such purposes. A few prominent ones are:

  • Ether.js

Resouces to learn Ether.js

Resouces to learn Web.js