摘要: MetaMask文档 获取账户信息 async function getAccount() { // 授权获取账户 const accounts = await ethereum.request({ method: 'eth_requestAccounts' }); const myAccount 阅读全文
posted @ 2021-04-01 18:21 JackieDYH 阅读(33) 评论(0) 推荐(0)
摘要: web3js文档 web3浏览器检查 if (typeof window.ethereum !== 'undefined') { console.log('MetaMask is installed!'); } 获取账户信息 // 引入 //<script src="./node_modules/w 阅读全文
posted @ 2021-04-01 18:19 JackieDYH 阅读(128) 评论(0) 推荐(0)