buley / cryptofield-core

ZED is a revolutionary immutable marketplace for buying, selling, breeding and racing digital assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptofield

Running

Basically just install packages while running a local blockchain (ganache-cli or testrpc), you also need ethereum-bridge installed.

yarn
ganache-cli # or testrpc on another window
ethereum-bridge
truffle compile && truffle migrate && yarn start

Running tests

Since we're using oraclize to run external queries, we need to run ethereum-bridge to be able to meet some requires in the contracts.

# After installing deps.
ganache-cli # or testrpc on another window
ethereum-bridge
truffle test

Initially

  • Set Breeding address on Core contract.
  • Set GOPCreator address on Core contract.
  • Set HorseData address on Core contract.
  • Set SaleAuction address on Core contract.

About

ZED is a revolutionary immutable marketplace for buying, selling, breeding and racing digital assets


Languages

Language:JavaScript 55.0%Language:Solidity 43.4%Language:CSS 0.9%Language:HTML 0.8%