Machu-Pichu / ETHOnline-hackathon

Project - Machu-Picchu dApp for ETHGlobal Hackathon

Home Page:https://34.122.69.68/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETHOnline Hackathon 2020

Machu-Picchu dApp for ETHGlobal Hackathon

To deploy updated contracts/To initailise the contracts

  1. Navigate to hackathon folder
  2. Run npm install @truffle/hdwallet-provider
  3. Run truffle compile --all
  4. Run truffle migrate --network {network-name} --reset
  5. Now run the client

To run the app on local

  1. Clone the repository
  2. Navigate to the hackathon/client folder of your local disk
  3. Do npm install first (make sure with node --versionthat your node.jsversion does not exceed v12, else keccak installation will have errors)
  4. Then npm start and open 'http://localhost:3000' in your browser

Dapp pre-requisites (KOVAN TESTNET)

  1. The OpenGSN Paymaster Contract ( 0xC1e8E5B8b9091BA103018d5Bf837E30930FB8fDe ) should have sufficient ETH to pay for the gas fees for farmers and enablers.
  2. The OTP contracts ( OTPGeneratorAndVerifier: 0x5AA2BF10E91e15B5f8917075ABaCE412045A8d7c [0.1 LINK per request] and SendOTP: 0x987B5Ab4Ec7BE19D151D5cE02A99Baa6400693C0 [0.05 LINK per request] ) should have enough LINK tokens to pay for the Chainlink service.

Checklist while Testing

  1. Please contribute more than 2 RUP Tokens from Members
  2. Please stake more than 20 RUP Tokens from watchers
  3. We will need to validate your mobile number before the OTP service as we are on trial.

Overall context of Machu Picchu hackathon showcase

Overall context

Content of Machu Picchu hackathon showcase

Updated with the actual technologies used in the finished demo.

Actual showcase

Flow diagram

mp

About

Project - Machu-Picchu dApp for ETHGlobal Hackathon

https://34.122.69.68/

License:MIT License


Languages

Language:Solidity 51.0%Language:JavaScript 46.8%Language:HTML 1.5%Language:CSS 0.6%