Web3.js
Using web3.js with harmony protocol.
Introduction
Setup Web3.js with Harmony
npm install web3const Web3 = require('web3');
//Create web3 instance
const web3 = new Web3(HMY_RPC_URL);HMY_RPC_URL = https://api.s0.t.hmny.ioHMY_RPC_URL = https://api.s0.b.hmny.ioTutorials
Using Web3.js to Send Transactions on HarmonyFind the last transactionLast updated
Was this helpful?