1.0.0 • Published 7 months ago

mintme-web3js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Documentation on how to use index.js

Import index.js

const web3 = require("path/to/index.js");

Method List

This are the available method you can use in index.js

Y =Yes ,N=No

MethodsReturnsasync
sendMintme(String toAddress,double amount)Promise:Json DataY
addressTransfer(String toAddress,double amount,String contractAddress)Promise:Json DataY
createWallet(String<=32 randomString)Promise:Json DataY
amountContractCaculator(double amount)Int 12 digit gwie converted amountY
getTransactionInfo(32bytes hash)Promise:Json DataY
generateString(void)Random String 32 character stringY
amountMintmeCalculator(double amount)Int 18 digit gwie converted amountY

More info will be updated here !