Skip to content

Crypto native ad network - Chainlink hackaton delivery 2021

Notifications You must be signed in to change notification settings

studiefredfredrik/Tokertize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published