Guillembonet / DGlovo

A decentralized Glovo running on ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGlovo

A decentralized Glovo running on ethereum

How to run

Frontend

Run npm install and then run npm run serve on the frontend folder.

Solidity

Deploy the contract however you want (I used truffle migrate on the root folder), and then change the contract address on the "frontend/src/util/getContract.js" file with the address on which the contract was deployed.

Then you can use metamask to connect to the network where the contract is deployed and interact with it.

About

A decentralized Glovo running on ethereum

License:MIT License


Languages

Language:Vue 43.8%Language:Solidity 31.7%Language:JavaScript 22.2%Language:HTML 2.2%