Skip to content

rajuiit/BC-TranscriptVerification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published