Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 784 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 784 Bytes

ohdex

CircleCI

Bridge tokens between chains.

Copyright Liam Zebedee and Mick de Graaf, 2019.

Setup

yarn
cd packages/

cd contracts/
yarn build

cd multichain/
yarn start run --chain ethereum --name kovan
yarn start run --chain ethereum --name rinkeby

cd deployer/
NODE_ENV=development yarn deploy:testnets

cd relayer/
NODE_ENV=development yarn start

cd bridge-ui/
NODE_ENV=development yarn dev

Faucets for testnets