Add swap widget for EFX
djmbritt opened this issue · 0 comments
djmbritt commented
Pancake swap is mostly a clone of uniswap. Uniswap provides a sdk that we can use to integrate a swap interface into our website. This should make it a lot easier to onboard newcomers to the Force. Up above is a fully functional widget provided by uniswap.
Docs for the widget:
[Getting Started with the Swap Widget | Uniswap](https://docs.uniswap.org/sdk/widgets/swap-widget)
There is also a Vue swap component provided by uniswap that can be used
https://www.npmjs.com/package/uniswap-vue
It would need to look something like this:
The following ticket has the same functionality:
So, ideally, a NPM package for a Vue component, that can be shared with these two frontends