naveed949 / 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/AdExBlockchain/adex-core
cd adex-core

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

yarn install
yarn test

Components in mainnet

adex-token.eth - ERC20 token of AdEx

adex-exchange.eth - the on-chain advertising exchange

NOTICE: adex-exchange is currently running the v1 contracts. It will soon be updated to v2

NEO Port

This repository, namely the ADXRegistry and ADXExchange smart contracts will be ported the NEO Smart Economy (see Smart Contract docs). We consider NEO to be a great alternative to Ethereum because of the smart contract system that allows more stable languages such as C# to be used for writing smart contracts, and the general engineering direction of the project.

The AdEx Core will still be available and maintained for Ethereum.

Documentation

About

AdEx Core: the smart contracts that power the AdEx Network

https://www.adex.network


Languages

Language:JavaScript 48.8%Language:Solidity 46.3%Language:Shell 4.9%