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.
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