Skip to content

Example of using EIP-1559 to send ERC20 (USDC) token #3620

Answered by innerop
innerop asked this question in Q&A
Discussion options

You must be logged in to vote

@ricmoo I ended up implementing EIP-3009. Doing the gas estimates and having to have ETH in the wallet to make money go from A to B is ridiculous, so I'm glad they had thought of meta transactions and that just worked for me, with amazing help from Ethers (for signing the typed data)! It took a while for me to figure out how implement as a pure API since the example on Ethereum.org assumed a Metamask wallet injected into the window object in the browser, but I'm doing everything server side, past authentication/authorization. I am stunned that a spec for a "standard" assume the use of a 3rd party tool and/or that users will be self hosting their wallets. I guess I'm new to the Ethereum ec…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ricmoo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by innerop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3619 on January 05, 2023 18:37.