0.0.1 • Published 2 years ago

dexca_web3 v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Dexcanary Web3 Package

Custom badge Dexcanary Web3 Package Version 0.0.1

Installation

Install Syntax

npm install dexcanaryWeb3

Import Syntax

const dexcaWeb3 = require("dexcanaryWeb3")

Version & Package Information Syntaxes

Output the package version

dexcaWeb3.getCheckVersion()

Output the package information

dexcaWeb3.getPackageInfo()

Syntaxes

Generate Ethereum Cryptocurrency Account

dexcaWeb3.getCreateAccount(rpc)

Count the transaction on a given cryptocurrency network

dexcaWeb3.getCheckTransactionCount(publicKey,rpc)

Convert Wei(Unit) to Ethers(Unit)

dexcaWeb3.getConvertWeiEthers(number)

Convert Ethers(Unit) to Wei(Unit)

dexcaWeb3.getConvertEthersWei(number)

Get Balance in a given cryptocurrency network(Ethers Unit)

dexcaWeb3.getBalance(account,rpc)

Get Balance in a given cryptocurrency network(Wei Unit)*

dexcaWeb3.getBalanceInWei(account,rpc)

Check the network in a given RPC_URL

dexcaWeb3.getCheckNetwork(rpc)

Usage