transactions-helper
v1.0.3
Published
Transactions on tron, aptos, bsc, eth, zksync and more...
Downloads
4
Readme
transactions-helper
A transactions-helper
library for Tron, Aptos (& adding more) transactions.
Install
npm i transactions-helper
Usage
Tron
import Tron from "transactions-helper/src/tron.js";
const tron = new Tron();
Aptos
import Aptos from "transactions-helper/src/aptos.js";
const aptos = new Aptos();
License
This package is for testing purpose only. I do not recommend this to be used on main networks right now.
Building
License
Unlicensed