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: content/en/docs/how-to/create-your-own-pair.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ title: Create Your Own Pair
3
3
weight: 30
4
4
---
5
5
6
-
PLEASE CHECK [HERE](#important) for additional action on Fetch.ai
6
+
{{< alert context="warning" >}}
7
+
**Important**
8
+
9
+
If you want to register a brand-new Fetch.ai native or IBC token that are not listed yet, please find STARFLEIT team on [#STARFLEIT channel on Fetch.ai Discord](https://bit.ly/3ra5uMI) (for metadata)
10
+
{{< /alert >}}
7
11
8
12
## Instantiation by Contract Address
9
13
@@ -40,10 +44,6 @@ This is a JSON constructor of pair contract.
40
44
41
45
Then, you may execute the contract with the organized JSON above.
42
46
43
-
## IMPORTANT
44
-
45
-
- If you want to register a brand-new Fetch.ai native or IBC token that are not listed yet, please find STARFLEIT team on [#STARFLEIT channel on Fetch.ai Discord](https://bit.ly/3ra5uMI) (for metadata)
46
-
47
47
## Provide initial liquidity
48
48
49
49
STARFLEIT pair contract knows the swap rate by the both of the remained assets on the pool. But if you have just created your own pair but no liquidity provided, The contract cannot calculate the rate and all swap & swap simulation raise fail. So, STARFLEIT UI does not list the pair unless the initial liquidity is provided. So, if you want finalize the listing, you should provide the initial liquidity and it should be done on CLI.
Copy file name to clipboardExpand all lines: content/en/docs/how-to/mint-your-cw20-token.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,16 @@ weight: 20
8
8
This token contract is implemented under the CW20 standard and it fully supports STARFLEIT feature.
9
9
Except for any function of your token itself contains more than an asset, we recommend minting your own token by **instantiating this binary**, rather than developing your own.
10
10
11
-
---
12
-
> **NOTE**
13
-
>
14
-
> We strongly encourage you to create by the pre-stored binary.\
15
-
> There are some advantages below:
16
-
>
17
-
> * These token, pair contract codes are well audited and continuously maintained. Don't have to audit for yours additionally.
18
-
> * STARFLEIT only lists Token factory-created pairs.
19
-
> * You don't have to migrate your contract whenever there is any major upgrade of Fetch.ai network. STARFLEIT will help you to migrate so that you don't have to take any action.
20
-
>
21
-
---
11
+
{{< alert context="info" >}}
12
+
**Note**
13
+
14
+
We strongly encourage you to create by the pre-stored binary.\
15
+
There are some advantages below:
16
+
17
+
* These token, pair contract codes are well audited and continuously maintained. Don't have to audit for yours additionally.
18
+
* STARFLEIT only lists Token factory-created pairs.
19
+
* You don't have to migrate your contract whenever there is any major upgrade of Fetch.ai network. STARFLEIT will help you to migrate so that you don't have to take any action.
Copy file name to clipboardExpand all lines: content/en/docs/introduction/about.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,13 @@ A **liquidity provider** adds equal value of two assets to their corresponding S
24
24
**STARFLEIT Web Application** is the official web front-end interface for swapping Fetch.ai native tokens and CW20 tokens. The web application is located [here](https://app.starfleit.io).
25
25
26
26
A wallet is required to interact with STARFLEIT Web Application.
Before executing a swap in the web application, your connected wallet must have source tokens and transaction fee. Once you generate a transaction in the proper format, it will prompt you to sign the transaction by entering your password.
0 commit comments