Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
返回BUZZUP拥有的地址列表
async function getAccounts() { const accounts = await window.ethereum.request({ method: 'eth_accounts' }); console.log('当前账户:', accounts[0]); }