silentnoname / blockchain-certs

blockchain based certificate creation and verification system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Steps

Install the Metamask extension in your chrome browser.
After logging in select Ropsten Test Network and don't forget to add some test Faucet by clicking on Deposit

Copy the text from smart_contract.txt

Paste this in Remix ide .

You should select Injected Web3 as an Environent inside the RemixIde.

Then Compile and Deploy your smart contract.

Copy the Address of deployed contract.
And replace the address value in src/config.js with your contract address.

(We have to do above steps so that you will be owner of the smart contract and now you can add colleges using add addCollege function in RemixIde after deploying the contract).

In the project directory, you can run:

npm install

This will install all the dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

blockchain based certificate creation and verification system.


Languages

Language:JavaScript 88.0%Language:HTML 7.5%Language:CSS 4.5%