首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
主币专题
web3:发送主币(BNB/ETH)到地方地址
import Web3 from "web3";var web3 = new Web3(window.ethereum);let res = await web3.eth.sendTransaction({from: '0xf1****ccAd', // 发送方账户to: '0xFd****ef3e', // 收款地址value: web3.utils.toWei('0.001', 'ether
阅读更多...