Web3·js
What is Web3.js?
Getting Started with Web3.js
const Web3 = require('web3'); // Create Web3 instance const web3 = new Web3("https://testnet-rpc.atleta.network"); // Insert your RPC URL her
Last updated