Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boddepallyvenkatesh06/krypt-web-app
Using Web 3.0 methodologies, Solidity and Metamask Web 3.0 Application - from start to finish.
https://github.com/boddepallyvenkatesh06/krypt-web-app
metamask smart-contracts solidity wallet web3
Last synced: 28 days ago
JSON representation
Using Web 3.0 methodologies, Solidity and Metamask Web 3.0 Application - from start to finish.
- Host: GitHub
- URL: https://github.com/boddepallyvenkatesh06/krypt-web-app
- Owner: BoddepallyVenkatesh06
- License: mit
- Created: 2024-01-05T15:33:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-24T13:55:23.000Z (10 months ago)
- Last Synced: 2024-02-24T14:41:17.880Z (10 months ago)
- Topics: metamask, smart-contracts, solidity, wallet, web3
- Language: JavaScript
- Homepage: https://krypt-web-app.netlify.app/
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Krypt - Web 3.0 Blockchain Application
![Krypt](https://i.ibb.co/DVF4tNW/image.png)
![Services](client/images/Screenshot.png)
## IntroductionWelcome to the world of Web 3.0! In this tutorial, we will guide you through the process of building your first real Web 3.0 Application using Krypt Web 3.0 methodologies, Solidity, and Metamask. Web 3.0 represents the next evolution of the internet, focusing on decentralized applications (dApps) and blockchain technology.
### Prerequisites
Before you start, make sure you have the following prerequisites installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) (Node Package Manager)
- [Truffle](https://www.trufflesuite.com/truffle) (Development framework for Ethereum)
- [Ganache](https://www.trufflesuite.com/ganache) (Personal blockchain for Ethereum development)
- [Metamask](https://metamask.io/) (Ethereum wallet extension for browsers)### Project Overview
This project demonstrates a simple decentralized application where users can interact with a smart contract deployed on the Ethereum blockchain. The frontend is built using HTML, CSS, and JavaScript, while the backend smart contract is written in Solidity.
## Getting Started
Follow these steps to set up and run the project locally:
1. Clone this repository:
```bash
git clone https://github.com/BoddepallyVenkatesh06/Krypt-Web-App.git
cd Krypt-Web-App
```2. Install dependencies:
```bash
npm install
```3. Compile and migrate the smart contract:
```bash
truffle compile
truffle migrate
```4. Start the development server:
```bash
npm start
```5. Open your browser and navigate to `http://localhost:3000/`.
## Usage
1. Ensure Metamask is installed in your browser.
2. Connect Metamask to your local Ganache blockchain.
3. Interact with the decentralized application, which allows you to perform specific actions on the smart contract.## Contributing
If you would like to contribute to this project, feel free to open issues or submit pull requests. We welcome any suggestions, improvements, or bug fixes.
https://github.com/harshagrawal2503
## Launch My Web App in the below
https://krypt-web-app.netlify.app/
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Happy coding in the Web 3.0 era! 🚀