1.0.5 • Published 1 year ago

mintme-rpc-web3js v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

image

Documentation on how to use index.js

Import index.js

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

Environment Variables Example

rpc_url= "Mintme RPC Url" senderPrivateKey= "Your Private Key" senderAddress= "Your address" password= "Wallet password"

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
getTransactionReceipt(string transactionHash)Promise:Json DataY

More info will be updated here !

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago