GianfrancoBazzani / UPC-Blockchain-TFM-2021-2022

This repositoty contains all files related to TFM(Treball Fi de Master) of the Blockchain Master degree coursed during 2021/2022 academic year.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPC-Blockchain-TFM-2021-2022

This repositoty contains all files related to TFM(Treball Fi de Master) of the Blockchain Master degree coursed during 2021/2022 academic year.

For more info abount the curse check master's page at UPC School.

Involved alumni:

Teachers:

!!Read this guide to learn how to contribute in a clean way!!

Site

Here you can chek the website deployed in IPFS. https://accesscontrol.on.fleek.co/

Installation

  1. Clone the repo in your local system using command
git clone https://github.com/GianfrancoBazzani/UPC-Blockchain-TFM-2021-2022.git
  1. Install dependencies for each sub-directories hardhat and react-app
npm run install
  1. Create .env file and add your PRIVATE_KEY of your wallet

  2. Compile the contracts from packages directory

npm run compile
  1. Run hardhat node in separate terminal to start local blockchain
npm run node
  1. Deploy contracts to local blockchain
npm run deploy
  1. Run react-app from packages directory
npm run start

About

This repositoty contains all files related to TFM(Treball Fi de Master) of the Blockchain Master degree coursed during 2021/2022 academic year.

License:GNU General Public License v3.0


Languages

Language:JavaScript 70.0%Language:Solidity 20.6%Language:CSS 7.0%Language:HTML 2.4%