Skip to content

Escape198/TransactionBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 Transaction Builder

A web interface to build and sign Ethereum raw transactions offline.

✨ Features

  • RLP encoding of transactions
  • Local private key management (never stored on disk)
  • Offline signing without sending to the network
  • Live preview of the serialized transaction

πŸ“š Tech Stack

  • React (TypeScript)
  • ethers.js
  • Vite
  • ESLint + Prettier

πŸš€ Getting Started

1. Clone the repository

git clone https://github.com/yourusername/transaction-builder.git
cd transaction-builder

2. Install dependencies

yarn

3. Start the dev server

yarn dev

Open http://localhost:5173 in your browser.

πŸ›  Usage

Fill in transaction fields: nonce, to, value, gas, data.

Paste your private key (only stored in memory).

Click Sign Transaction.

Copy the raw signed transaction hex.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published