Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 703 Bytes

DECODE.MD

File metadata and controls

21 lines (14 loc) · 703 Bytes

Decode ETH Transaction Instructions

Wallet Recovery Wizard produces ETH transactions that EIP-1559. EIP-1559 is used to simplify Ethereum's fee market mechanism by bundling the base fee of ETH transactions with the priority fee or tip.

  1. Open a terminal window, clone the repository, navigate to the cloned repository and install node modules:
git clone [email protected]:BitGo/wallet-recovery-wizard.git
cd wallet-recovery-wizard
npm i
  1. Run the script to decode ETH EIP-1559 transactions:
npm run eth-eip1559:decode
  1. When prompted, paste your transaction hex from your recovery JSON into the terminal and press "Enter."

  2. Observe your outputted, decoded transaction