https://github.com/elconisol/dapp
A decentralized application that registers your certificate on the blockchain
https://github.com/elconisol/dapp
blockchain-technology ehtereum ethereum-blockchain ethereum-contract ethereum-dapp ganache-cli html html-css html5 json metamask-plugin npm solidity solidity-contracts solidity-dapp yarn
Last synced: 7 months ago
JSON representation
A decentralized application that registers your certificate on the blockchain
- Host: GitHub
- URL: https://github.com/elconisol/dapp
- Owner: elconisol
- License: mit
- Created: 2025-08-12T23:59:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T00:00:39.000Z (9 months ago)
- Last Synced: 2025-09-12T15:08:22.597Z (8 months ago)
- Topics: blockchain-technology, ehtereum, ethereum-blockchain, ethereum-contract, ethereum-dapp, ganache-cli, html, html-css, html5, json, metamask-plugin, npm, solidity, solidity-contracts, solidity-dapp, yarn
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dapp
A decentralized application that registers your certificate on the blockchain
This is a web based application that generates a web based application of the certificate of the holder.
The certificate is specified by the owner of the web UI.
In the web UI, there are three major things,
1. The count of the holders.
2. Block address from where the data of the holder is pulled in the web UI.
3. The name and level of the holder of the certificate.
This framework of this certificate web UI is based on multiple smart contracts using solidity.
The blockchain is generated through a local host (Ganache-Cli) or online server(Meta Mask(Ropsten testnet)).
The server is ran on yarn v1.13.0.
The content also contains a JSON file which is used for the dependencies for the lite-server v.2.4.0 under the MIT license for testing yarn.
Be sure to have node_modules. You can install it using npm, there are a lot of tutorials on the internet that help you understand how to install npm. For this web UI, I have used npm v6.4.1