sidduHERE / Tokertize-1

Crypto native ad network - Chainlink hackaton delivery 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokertize

Chainlink hackaton 2021

To run this project

Start mongo-db in docker

docker-compose up -d

Run the smart contract

Start a Ganache local instance and install the toolchain globally

cd ./src/smart-contract
truffle compile
truffle migrate --network development

Install and run server

cd ./src
npm install
node server.js

Install and run frontend

cd ./src/frontend
npm install
npm run serve

Assuming no errors the project should now be running at localhost:8080
with the backend running at localhost:5000
dev server will proxy-pass all requests to /api

About

Crypto native ad network - Chainlink hackaton delivery 2021


Languages

Language:JavaScript 42.9%Language:Vue 37.2%Language:Solidity 18.6%Language:HTML 0.9%Language:Dockerfile 0.3%