Meter Native TX RESTful APIs
RESTful API (Ignore if you prefer Ethereum RPC toolchains) This is the native interface (the tx format is slightly different from Ethereum tx and supports enhanced features like parallel transactions
RESTful API (Ignore if you use Ethereum RPC toolchains)
npm install meterifyconst meterify = require(“meterify”).meterify;
const Web3 = require(“web3");
const web3 = meterify(new Web3(), “https://mainnet.meter.io”);API Documentation
Guides and Tutorials
Other Resources
Last updated