Interaction libraries

Examples of using the interaction libraries to interact with the network

web3.js

The web3.js is a collection of libraries that allow developers to interact with a local or remote Ethereum node using HTTP, IPC or WebSocket protocols. If you wish to learn more about web3.js, we invite you to read the official documentation.

ethers.js

The ethers.js library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem. If you wish to learn more about ethers.js, we invite you to read the official documentation.

Last updated