文件名称:0315:0315
文件大小:1.26MB
文件格式:ZIP
更新时间:2024-04-05 03:01:44
JavaScript
开始 getBalance let getbalance = await web3.eth.getBalance(fromaddress); let balance = web3.utils.fromWei(getbalance, "ether") if (DEBUG) console.log("balance : ", balance + " ETH"); $('#message').text(" balance: " + balance + " ETH"); 发送交易 const privateKey = Buffer.from(myPrivateKey, 'hex'); if (DEBUG) console.log("privateKey: ", privateKey); web3.eth.getTransactionCount(fromaddress, (err, txCou
【文件预览】:
0315-main
----index.html(4KB)
----js()
--------jquery.min.js(91KB)
--------web3.min.js(1.3MB)
--------web3.js(1.47MB)
--------ethereumjs-tx-1.3.3.min.js(315KB)
--------qrcode.js(32KB)
--------qrcode.min.js(19KB)
--------web3-light.js(388KB)
--------ethereumjs-tx-1.3.3.js(1.51MB)
----LICENSE(16KB)
----README.md(1KB)