Web3 Compatibility

CLV 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 CLV chain:

const Web3 = require("web3");
const web3 = new Web3("https://rpc.clover.finance");

Last updated