Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将在 web3.js 中使用哪个函数从我的网站购买 erc20 令牌?
这取决于您的 web3 版本。如果你正在使用1.2.1
1.2.1
您首先需要创建一个原始交易,然后使用您的私钥对其进行签名。与您签署交易后,您可以使用该sendSignedTransaction方法将交易发送到区块链。参考这个
sendSignedTransaction
对于原始交易,您需要发送一些ether(取决于您要购买的代币价格和代币价值)。代币合约将使用支付功能在智能合约上接收以太币。
ether
一旦智能合约收到金额,发送地址将获得所需数量的代币。
另一种选择是使用MetaMask扩展