TonyQ
source
Ethereum Virtual Machine
more detail
我們今天只講這個
認清楚網址
你的第一個 ETH 地址, 點擊可複製
Project
var web3 = new Web3(window.ethereum) const accounts = await web3.eth.requestAccounts();
const balance = await web3.eth.getBalance(accounts[0])
// 1 eth = 10^18 wei
Demo
https://gist.githubusercontent.com/tony1223/547dc5713a751afb0721e03eb3fbc8a4/raw/08c1845ba456ee2400a18b4230f859e9f341fa36/MyNFT.json
不要問我 NFT 有沒有
價值
By TonyQ Wang