/adex-core

AdEx Core: the smart contracts that power the AdEx Network

Primary LanguageJavaScript

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