You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trading experience of new tokens is poor on Uniswap - a warning is prompted, tokens names get cut off, and icons / images are not displayed. There is also no simple way to find out the liquidity and transaction history of the tokens on Uniswap interface.
We can provide much better trading experience on our website - after a token becomes tradable on Uniswap, show the embedded the swap boxes at the place originally for buying/selling the token. On the same web page in trading history tab, we should also transactions performed via Uniswap / embedded widget. Additionally, the remaining balance of the pool, current price, and time-weighted average price should be displayed promptly on the page
The text was updated successfully, but these errors were encountered:
swap.country / Uniswap quote and trade logic is pretty complex and require a lot of effort to integrate in another app; I was working on similar task before while working on Harmony Portfolio.
Alternative solutions:
Since we control swap.country source code, it would be much easier to integrate it with pump.one: add images and remove warning notification for tokens minted by pump.one TokenFactory contract
Fork Uniswap swap widget, integrate it with our swap.country and add to pump.one client. Require some research - is it compatible with Uniswap version we are using in swap.country? Hard to estimate it right now.
Option 1 looks preferable for me: it will require around 2 days to implement and will fix most user problems. Later we can explore widget integration.
The trading experience of new tokens is poor on Uniswap - a warning is prompted, tokens names get cut off, and icons / images are not displayed. There is also no simple way to find out the liquidity and transaction history of the tokens on Uniswap interface.
We can provide much better trading experience on our website - after a token becomes tradable on Uniswap, show the embedded the swap boxes at the place originally for buying/selling the token. On the same web page in trading history tab, we should also transactions performed via Uniswap / embedded widget. Additionally, the remaining balance of the pool, current price, and time-weighted average price should be displayed promptly on the page
The text was updated successfully, but these errors were encountered: