WalletGPT is a GPT-powered wallet assistant that helps users manage their cryptocurrency wallet using AI Chatbot where user will send message to the bot and bot will respond with the appropriate action and the response.
- User-friendly interface: WalletGPT provides a simple and intuitive interface for users to interact with their cryptocurrency wallets.
- Cryptocurrency management: WalletGPT allows users to send and receive cryptocurrencies, as well as swap tokens.
- Token management: WalletGPT enables users to manage their tokens, including minting new tokens and transferring tokens between wallets.
- Account balance checking: WalletGPT provides users with the ability to check their account balances and transaction history.
- Wallet address generation: WalletGPT allows users to generate new wallet addresses for their cryptocurrency wallets.
- Token swap: WalletGPT enables users to swap tokens with other users or with the blockchain itself.
To install WalletGPT, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/wallet-gpt.git- Install dependencies:
pnpm install- Set up the environment variables:
cp .env.example .env- Configure the environment variables:
# Set the OPENAI_API_KEY to your OpenAI API key
OPENAI_API_KEY=YOUR_API_KEY- Start the application:
pnpm run devTo use WalletGPT, follow these steps:
- Open the application in your web browser.
- write your message to the chatbot.
- the chatbot will respond with the appropriate action and the response.
Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.