Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

mintme-rpc-web3js

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mintme-rpc-web3js

Mintme rpc for sending transaction via web3Js

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
0
Created
Source

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 !

Keywords

web3js

FAQs

Package last updated on 30 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts