Minty is a powerful Ethereum wallet manager built with Electron, React, and TypeScript. It allows users to efficiently manage Ethereum wallets, perform various transactions, automate tasks, and analyze the profit/loss of NFT projects using stored wallets.
-
Wallet Management:
- Create new wallets.
- Delete existing wallets.
- Consolidate funds.
- Disperse funds among wallets.
-
Automated Tasks:
- Create tasks that interact with contracts.
- Assign tasks to specific wallets.
- Specify hex function data for task execution.
-
Stats Section:
- Analyze profit/loss of NFT projects.
- Utilizes data from all stored wallets in the wallet manager.
-
RPC Provider Configuration:
- Users can set the RPC provider to communicate with the Ethereum network.
-
Webhook Integration:
- Optional webhook configuration to receive and store notifications from the application.
To get started with Minty, follow these steps:
-
Clone the Repository:
git clone https://github.com/captinturtle1/minty-desktop
-
Install Dependencies:
cd minty-desktop npm install
-
Run the Application:
npm start
-
Set Up RPC Provider:
In the application settings, configure the RPC provider to connect to the Ethereum network.
Optional Webhook Configuration: Set up a webhook to receive notifications from Minty.
-
Creating a Wallet:
Use the application interface to create a new wallet.
-
Managing Wallets:
Delete wallets, consolidate funds, and disperse funds among wallets.
-
Automating Tasks:
Create and assign tasks to wallets with specific hex function data.
-
Stat Section:
Analyze the profit/loss of NFT projects using stored wallet data.
RPC Provider
To set the RPC provider, follow these steps:
- Open Minty.
- Navigate to Settings.
- Enter the RPC endpoint in the designated field.
- Click "Set" to confirm settings.
Webhook Integration
To set up a webhook, follow these steps:
- Open Minty.
- Navigate to Settings.
- Enter the webhook URL in the designated field.
- Click "Set" to confirm settings.