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

 
 
 

Contributors