https://github.com/anujdutt9/decentralized-applications
Decentralized Applications using Solidity on Etherium Blockchain.
https://github.com/anujdutt9/decentralized-applications
decentralized-applications etherium solidity-contracts solidity-dapps
Last synced: 24 days ago
JSON representation
Decentralized Applications using Solidity on Etherium Blockchain.
- Host: GitHub
- URL: https://github.com/anujdutt9/decentralized-applications
- Owner: anujdutt9
- Created: 2018-06-30T14:52:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T00:20:41.000Z (over 3 years ago)
- Last Synced: 2025-01-12T10:13:19.118Z (over 1 year ago)
- Topics: decentralized-applications, etherium, solidity-contracts, solidity-dapps
- Language: JavaScript
- Homepage:
- Size: 28.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized Applications (DAPPS)
***This repository contains the code for my exploration of Decentralized Applications using Solidity on Etherium Blockchain.***
# Requirements
**1. Metamask Chrome Extension**
**2. Basic Knowledge of Javascript or Solidity**
# Tools
**1. All Solidity Contract code is run using "Remix" Editor here:**
```
https://remix.ethereum.org/
```
**2. 12 Word Etherium Mnemonic Code Converter**
```
https://iancoleman.io/bip39/
```
**3. Faucet to get Ether for Testing Purposes**
```
https://faucet.rinkeby.io/
```
```
http://rinkeby-faucet.com
```
# Code List
| S.No. | Project/File Name | Aim | Status |
| ----- | --------------------------------------------- | ----------------------------------------------- | ----------- |
| 1. | Counter | Simple Solidity Contract for Counter running on Remix IDE. | Completed |
| 2. | First Contract | Simple Solidity Contract to set a Message Variable and getting it's value using Remix IDE. | Completed |
| 3. | Redeploying Contract | Solidity contract to make changes and re-deploy contract in a pre-deployed project. | Completed |
| 4. | **Project-1: Simple Auction** | Simple auction app to bid using Etherium coins. | Completed |
| 5. | **Project-2: Custom Node Design** | Deploying Custom Contract Node in Blockchain using Solidity and Javascript. | Completed |
| 6. | **Project-3: DAPP-Game** | Rock Paper Scissors Game using Solidity Smart Contract on test blockchain network. | Ongoing |
| 7. | **Project-4: Blockchain-Swift** | Simple blockchain implementation in Swift for MacOS. | Completed. |
| 8. | **Project-5: Blockchain-Web-API** | Blockchain application with access to Web API using Vapor framework. | Completed |