https://github.com/kartikmehta8/wallet-wizard
A simple crypto-wallet app to manage your money.
https://github.com/kartikmehta8/wallet-wizard
moralis push wallet web3
Last synced: 3 months ago
JSON representation
A simple crypto-wallet app to manage your money.
- Host: GitHub
- URL: https://github.com/kartikmehta8/wallet-wizard
- Owner: kartikmehta8
- License: mit
- Created: 2023-07-19T19:14:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T15:29:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T05:55:18.917Z (4 months ago)
- Topics: moralis, push, wallet, web3
- Language: JavaScript
- Homepage: https://wallet-wizard.netlify.app
- Size: 300 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallet Wizard

**Wallet Wizard** is a simple, yet elegant, decentralized application (DApp) that allows users to manage your cryptocurrency assets. By connecting your wallet's address, you can view balances and manage funds with ease.
## Features
- Connect your wallet to view balances.
- Simple and intuitive interface.
- Supports multiple blockchain networks *[Ethereum/Polygon]*.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them:
- Node.js
- npm or yarn
- Moralis API Key### Installation & Setup
A step by step series of examples that tell you how to get a development environment running:
1. Clone the repository: `git clone https://github.com/yourusername/wallet-wizard.git`
2. Navigate into the directory: `cd wallet-wizard`
3. For frontend: `cd frontend`
4. Install dependencies: `npm i`
5. Run locally: `npm start`
6. For backend: `cd backend`
7. Install dependencies: `npm i`
8. Create a `.env` file and add **MORALIS_API_KEY**
9. Run locally: `npm start`Now, open your browser and navigate to `http://localhost:3000` to see the application running.
## Built With
- [React](https://reactjs.org/) - The web framework used
- [Web3React](https://github.com/NoahZinsmeister/web3-react) - For wallet integration
- [Web3UIKit](https://github.com/Web3-UIKit/web3-uikit) - UI components for building the application# Builders
- [Firas](https://github.com/firascodes)
- [Kartik](https://github.com/kartikmehta8)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.