HydroProtocol / hydro-scaffold-dex

A Decentralized Exchange Scaffold - launch a DEX in minutes
Apache License 2.0
196 stars 189 forks source link

No direct link for listed tokens #63

Closed naijarace closed 4 years ago

naijarace commented 4 years ago

Tokens listed on the exchange are supposed to have a direct link. e.g https://example.com/trade/WETH-DAI but the sdk only has the default homepage https://example.com for all tokens. Please can this be fixed? It's it's available do tell how i can fix it. Thank you

davidqhr commented 4 years ago

This can be done by adding a router library in web project. We don't want to do too many decisions for users, and we want keep this repo easy to customize. I think you can take a look at https://github.com/supasate/connected-react-router.