An open API service indexing awesome lists of open source software.

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

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