Web3 compatibility
Clover OS is also a Polkadot smart contract chain, which has a full compatibility with web3 application.
For developers, please use the following web3 http provider to access Clover chain:
const Web3 = require("web3");
const web3 = new Web3("https://rpc.clover.finance");
Last updated