aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

fix(docs): Dapp tutorial edits

Open critesjosh opened this issue 1 year ago • 2 comments

closes: https://github.com/AztecProtocol/dev-rel/issues/383

critesjosh avatar Sep 23 '24 15:09 critesjosh

This function is still failing

async function showPublicBalances(pxe) {
    const accounts = await pxe.getRegisteredAccounts();
    const token = await getToken(pxe);

    for (const account of accounts) {
        const balance = await token.methods.balance_of_public(account.address).simulate();
        console.log(`Balance of ${account.address}: ${balance}`);
    }
}
Error in app: Error: (JSON-RPC PROPAGATED) Method not found: pxe_createTxExecutionRequest

critesjosh avatar Sep 23 '24 20:09 critesjosh

Docs Preview

Hey there! 👋 You can check your preview at https://6716507dc3a49a3561e6cadc--aztec-docs-dev.netlify.app

AztecBot avatar Oct 09 '24 20:10 AztecBot