This project is a wallet application built with Next.js
The application provides functionality for managing digital assets, potentially featuring:
- Wallet Creation: Generating and managing secure wallets.
- Mnemonic Phrase Management: Storing and retrieving seed phrases for wallet recovery.
Key features inferred from the project structure and file names:
npm install
This project uses npm
as the package manager. Ensure you have Node.js installed on your system.
To run the application in development mode, use the following command:
npm run dev
This will start a development server and open the application in your browser.
Please contact the project maintainers at rahulhanje0.7@gmail.com for any questions or feedback.