A C# WinForms application that generates target wallet addresses based on initial prefix and grabs from Ethereum transaction history. developed by xqyet.
- Address Generation: Search for wallet addresses matching prefix characters. Displays best matches in order of matched characters
- Transaction Analytics: Fetch and display transaction history for any Ethereum & Binance address.
- .NET Framework (4.8 or later)
- Packages:
Newtonsoft.Json
Nethereum
System.Net.Http
- Clone the repository:
git clone https://github.com/username/AddressSpoofer.git
''' 2. Open the project in Visual Studio.
- Restore NuGet packages by navigating to the Solution Explorer and right-clicking the project, then selecting Manage NuGet Packages -> Restore.
-
Generate Address:
- Enter the target wallet address in the input field.
- Click Start to search for matching addresses.
- Click Abort to stop searching.
-
Fetch Transactions:
- Enter an Ethereum address in the Analytics section.
- Click Fetch Transactions to load transaction history in the table.
- Form1.cs: Main application logic, including the address generator and API calls.
- Form1.Designer.cs: UI components and layout.
MIT License