Implement ETH send and QR code receive
All checks were successful
check / check (push) Successful in 22s
All checks were successful
check / check (push) Successful in 22s
Send: stores mnemonic/private key with wallet data, derives signing key from mnemonic + address index via ethers HDNodeWallet, constructs transaction with parseEther, broadcasts via sendTransaction, waits for confirmation, shows block number and tx hash. ENS resolution in To field preserved. Receive: QR code rendered to canvas via qrcode library (1.5.4). Shows scannable QR above the full address text. README updated with qrcode dependency and TODO progress.
This commit is contained in:
@@ -288,6 +288,9 @@
|
||||
Share this address with the sender. Make sure you only use
|
||||
this address to receive Ethereum tokens.
|
||||
</p>
|
||||
<div class="flex justify-center mb-3">
|
||||
<canvas id="receive-qr"></canvas>
|
||||
</div>
|
||||
<div
|
||||
id="receive-address"
|
||||
class="border border-border p-2 break-all select-all mb-3"
|
||||
|
||||
Reference in New Issue
Block a user