Integration
Last updated
Last updated
The smart contracts' source code can be found in the repository.
The current version of Liquidswap is deployed on the address
The latest release tag can be found on the page.
Before we start, create a new Move project so that you can repeat the steps as described here.
The Aptos mainnet and testnet, devnet are currently supported.
For both testnet and mainnet you can use latest tags, for see details.
To integrate Liquidswap into your project, you first need to add a dependency to your Move.toml
Import
Add the LP coin module as a dependency too:
Replace 'latest version'
with the actual ones from the repositories.
Next, try compile; you shouldn't get any errors.
Liquidswap's contracts always point to the latest AptosFramework
devnet revision. If you encounter issues after adding our dependencies, remove dependencies.AptosFramework
completely from your project.