ivopaunov / adex-core

AdEx Core: the smart contracts that power the AdEx Network

Home Page:https://www.adex.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdEx Core

This repository contains the Ethereum-based core of the AdEx Network. This includes facilitating registering publishers, advertisers and the exchange that allows them to bid and pay to each other.

Instructions

git clone --recursive https://github.com/Ivshti/adex-core
cd adex-core

# if you missed --recursive for some reason :)
# git submodule update --init --recursive

yarn install
yarn test

About

AdEx Core: the smart contracts that power the AdEx Network

https://www.adex.network


Languages

Language:JavaScript 100.0%