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
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
-[Join Party](#join-liquidity-party)
14
14
-[Leave Party](#leave-party)
15
15
-[Swap Router](#swap-router)
16
+
-[UML diagram](#uml-diagram)
16
17
-[License](#license)
17
18
18
19
## Installation
@@ -86,6 +87,11 @@ Simply call the `createParty` function with the desired token **name** and **sym
86
87
87
88
So, why wait? Start your liquidity party today and take the first step towards exciting new financial opportunities!
88
89
90
+
> **Note**
91
+
>
92
+
> While the contract allows for multiple tokens to be created using a external cover contract, our internal service only supports the creation of one token per transaction. This design choice ensures consistency and simplifies the interaction process when managing tokens in the system.
93
+
> So if create multiple parties in a single transaction, they may not be processed in our system.
94
+
89
95
## Join Liquidity Party
90
96
91
97
Ready to dive into the action? You can effortlessly become part of the excitement by swapping your BNB for the party’s token.
This section demonstrates how to efficiently perform token swaps using the **Swap Router**, providing an alternative to the `joinParty` and `leaveParty` functions while saving on gas costs
/// @notice This contract is used for creating and managing liquidity pools and custom ERC20 tokens on the Binance Smart Chain (BSC) using Uniswap V3 system.
0 commit comments