An open source decentralized application for Swapr -- a protocol for decentralized exchange of Ethereum tokens governed by the DXdao.
yarn startSwapr releases are published to the IPFS at swapr.eth. Before publishing, however, the IPFS hash to be verified. To verfiy a release a hash, do the following:
Clone the repo
git clone https://github.com/levelkdev/dxswap-dapp.gitInstall dependencies using Yarn
yarn install --frozen-lockfileBuild the app
yarn ipfs-buildUpload the build directory content to IPFS using IPFS CLI
ipfs add -rn buildThe last line of the output will have the IPFS hash. Different machines should output the same hash in order to publish the release.
yarn start
yarn cypress open
yarn cypress:run
yarn synpress:run