/dex-client

Primary LanguageJavaScriptMIT LicenseMIT

tomo-dex-client

Official repository for the Tomochain DEX react client, forked from the Proof project.

Blueprint - React-based UI toolkit for the web.

It is optimized for building complex data-dense interfaces for desktop applications.

Setup

Goto src/scripts folder for seed-data

# link smart-contracts into dex-contract module
$ npm link ../dex-smart-contracts
# update token from contract build folder
$ yarn query-tokens
$ yarn
$ yarn start
# run storybook
$ yarn storybook