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
After a token has been deployed to uniswap(post market cap goal) The token will no longer be tradable on the launchpad but rather on Uniswap. To enable users to trade we will use the Uniswap trade widget: https://docs.uniswap.org/sdk/swap-widget/guides/getting-started
In short, this widget looks similar to our trading experience and should live in the same part of the app.
To implement this widget the package must be installed and then its almost as simple as adding a react component in-line.
On top of the default configuration we will include the following optional parameters to enable token trading:
provider = fetch from active metaMask/otherWalletController
defaultChainId = the chain id of the community(ie 8453 for base)
defaultInputTokenAddress = 'NATIVE'
defaultOutputTokenAddress = the tokenAddress for the community from launchpad
hideConnectionUI = true
beyond this there are plenty of additional configuration options that may relate more to design/PENG which will be discovered during implementation
The text was updated successfully, but these errors were encountered:
Description
After a token has been deployed to uniswap(post market cap goal) The token will no longer be tradable on the launchpad but rather on Uniswap. To enable users to trade we will use the Uniswap trade widget: https://docs.uniswap.org/sdk/swap-widget/guides/getting-started
In short, this widget looks similar to our trading experience and should live in the same part of the app.
To implement this widget the package must be installed and then its almost as simple as adding a react component in-line.
On top of the default configuration we will include the following optional parameters to enable token trading:
beyond this there are plenty of additional configuration options that may relate more to design/PENG which will be discovered during implementation
The text was updated successfully, but these errors were encountered: