1

web3.js is 1 of 2 client libraries for connecting to Ethereum-compatible blockchain. https://github.com/ChainSafe/web3.js.
(Other is ether.js)

The author ChainSafe https://chainsafe.io/ says:

The only blockchain R&D firm with a multi-chain perspective

But I don't see PolkaDot or other blockchains support by web3.js

What is client library for PolkaDot

Paul Verest
  • 60,022
  • 51
  • 208
  • 332

2 Answers2

2

The client library for Polkadot is Polkadot JS: https://polkadot.js.org/docs/api/

Swader
  • 11,387
  • 14
  • 50
  • 84
0

Ethers.js is said to support Polkadot.

Discussion in https://github.com/ethers-io/ethers.js/discussions/1800

Paul Verest
  • 60,022
  • 51
  • 208
  • 332