https://github.com/infinite-null/wallet-master
Web3 WebApp using which user can send transection through blockchain and these transection then would be linked with a gif and would be stored which can be viewed by user later.
https://github.com/infinite-null/wallet-master
blockchain bootstrap nextui react smart-contracts solidity vite web3
Last synced: 7 months ago
JSON representation
Web3 WebApp using which user can send transection through blockchain and these transection then would be linked with a gif and would be stored which can be viewed by user later.
- Host: GitHub
- URL: https://github.com/infinite-null/wallet-master
- Owner: Infinite-Null
- License: agpl-3.0
- Created: 2023-06-30T14:29:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T11:19:20.000Z (over 2 years ago)
- Last Synced: 2025-01-15T13:10:24.379Z (9 months ago)
- Topics: blockchain, bootstrap, nextui, react, smart-contracts, solidity, vite, web3
- Language: JavaScript
- Homepage: https://web3-5388b.web.app/
- Size: 246 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallet-Master

>[Live Demo](https://web3-5388b.web.app/)
## About
I have created a Web3 WebApp using which user can send transection through blockchain and these transection then would be
linked with a gif and would be stored which can be viewed by user later. The frontend is developed using Reactjs which is a very
famous technology for front with which used vite which made development process even seemless. Used Solidity to implement Smart
Contract that generate a chain of transaction records in the blockchain system.## How to Install and Run the Project
To install the project frist have to make the clone of project locally :
```
git clone https://github.com/Infinite-Null/Web3-Wallet
cd Web3-Wallet/Client
npm install #or yarn install
```To strat the project at your LocalHost :
```
npm run dev
```Now the server is running in http://localhost:5173/
## Screenshots
  
  
## Features
* Minimal Ui
* Easy To use
* Secure
* Uses Blockchain technology
* Uses Meta Mask
* Fully Responsive
* Each Transaction is linked with a gif
* Each Transaction is stored and can be viewed later## License
>Copyright © 2023 Infinite-Null
>
>Web3-Wallet is a free software licensed under GPL v3.0
>
>It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
>
>without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.