Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelo981/web3-dashboard
A simple web3 dapp that allows suggesting networks and token to users of compatible wallets like MetaMask with a clean UX.
https://github.com/miguelo981/web3-dashboard
blockchain cryptocurrency dapp web3 web3-dapp
Last synced: about 2 months ago
JSON representation
A simple web3 dapp that allows suggesting networks and token to users of compatible wallets like MetaMask with a clean UX.
- Host: GitHub
- URL: https://github.com/miguelo981/web3-dashboard
- Owner: Miguelo981
- Created: 2022-07-08T13:43:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T11:03:57.000Z (over 1 year ago)
- Last Synced: 2024-09-06T00:08:44.187Z (5 months ago)
- Topics: blockchain, cryptocurrency, dapp, web3, web3-dapp
- Language: TypeScript
- Homepage: https://web3.miguelo.dev
- Size: 738 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3 Dashboard
Web3 Dashboard is a decentralized application (dApp) that leverages the power of Metamask to provide a user-friendly interface for managing networks and tokens. With this dashboard, you can seamlessly add new networks, manage your token portfolio, and conveniently view your account balance, all in a clean and attractive user experience.
## Features
- **Network Management**: Easily add and switch between different Ethereum networks using Metamask integration.
- **Token Management**: Effortlessly manage your token portfolio by adding new tokens and tracking their balances.
- **Balance Overview**: Get a comprehensive overview of your account balance in a clear and visually appealing format.
- **User-friendly Interface**: Enjoy a smooth and intuitive user interface designed to enhance your web3 experience.## Installation
1. Clone the repository:
`git clone https://github.com/Miguelo981/web3-dashboard.git`
2. Install dependencies:
`cd web3-dashboard
npm install`3. Start the development server:
`npm dev`
4. Open your web browser and navigate to `http://localhost:3000` to access the Web3 Dashboard.
## Usage
1. Make sure you have Metamask installed and set up in your web browser.
2. Connect Metamask to the desired Ethereum network.
3. Use the dashboard to add new networks, manage tokens, and view your balance.## Contributing
We welcome contributions to enhance the Web3 Dashboard and make it even better. To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your modifications and commit the changes.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository.## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
We would like to express our gratitude to the open-source community for their invaluable contributions and support.
## Contact
If you have any questions, suggestions, or feedback, please feel free to reach out to us at [email protected]
Happy web3 dashboarding!