Skip to main content

Transactions with ERC20 for Developers

Learn how to execute deposits, withdrawals and transfers via the Myria SDK.

Overview

Use the Myria SDK to execute these functions server to server. See the Myria Wallet (owned by Developers) section for how to execute these functions. This includes, Deposit, Withdraw, Transfer and Burn. This also enables you to initiate these calls on behalf of users and await their Signature to confirm the transaction you wish to support them with. Once whitelisted, you'll also be able to query the wallet balances of Myria Wallets, so you can check balances before taking specific actions.

Note: Other functionality like Marketplace support for third-party ERC20 tokens may come in future.

Deposit

Learn how to Deposit ERC20 tokens in Myria by using Myria SDK.

Withdraw

Learn how to Withdraw ERC20 tokens in Myria by using Myria SDK.

Transfer

Learn how to Transfer ERC20 tokens in Myria by using Myria SDK.

Burn in L2

Learn how to Burn ERC20 tokens in Myria by using Myria SDK.

Manage Transactions

Learn how to [Operate and retrieve transaction lists or transaction IDs] in Myria by using Myria SDK.