guerrap / swapr-dapp

Decentralized Application for DXswap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swapr dapp

An open source decentralized application for Swapr -- a protocol for decentralized exchange of Ethereum tokens governed by the DXdao.

Development

Install Dependencies

yarn

Run

yarn start

Publish

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

Install dependencies using Yarn

yarn install --force

Build the app

yarn ipfs-build

Upload the build directory content to IPFS using IPFS CLI

ipfs add -rn build

The last line of the output will have the IPFS hash. Different machines should output the same hash in order to publish the release.

About

Decentralized Application for DXswap

License:GNU General Public License v3.0


Languages

Language:TypeScript 87.0%Language:JavaScript 12.3%Language:CSS 0.4%Language:HTML 0.3%