From 4c422b0268c8561ed33562b142b9716258c82d42 Mon Sep 17 00:00:00 2001 From: 0xSoju2 <155345966+0xSoju2@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:42:03 +0800 Subject: [PATCH] delete page --- guides/12-general/{10-edge.md => 4-edge.md} | 0 guides/12-general/4-new-token-guide.md | 75 --------------------- 2 files changed, 75 deletions(-) rename guides/12-general/{10-edge.md => 4-edge.md} (100%) delete mode 100644 guides/12-general/4-new-token-guide.md diff --git a/guides/12-general/10-edge.md b/guides/12-general/4-edge.md similarity index 100% rename from guides/12-general/10-edge.md rename to guides/12-general/4-edge.md diff --git a/guides/12-general/4-new-token-guide.md b/guides/12-general/4-new-token-guide.md deleted file mode 100644 index e9cbeb41..00000000 --- a/guides/12-general/4-new-token-guide.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: "New Token Guide" -sidebar_label: "New Token Guide" -description: "Learn to launch a token on Solana easily with our quick guide. Explore tools, market setup, and verification on Jupiter Station." ---- - - - How to Launch Token on Solana | Jupiter Station - - - - -There are multiple ways of creating/ minting a new set of fungible tokens. -Here are some of the available tools to minting new tokens. - -**Tools:** - -- Solana Token Program (CLI): https://spl.solana.com/token -- Solana Tools: https://solanatools.vercel.app/spltoken -- Dexlab: https://www.dexlab.space/mintinglab/spl-token - - -![Dexlab Token Mint](../img/dexlab-mint1.jpg) - - - -## Setting up pools/ market - -There are multiple platforms with permissionless pools that allow projects/ protocols to quickly set up pools and markets. -After which, Jupiter will be able to pick up your market automatically. - -**Permissionless Pools** - -#### [Meteora](https://app.meteora.ag/pools/create) - -![Meteora](../img/meteora1.jpg) - -#### [Orca](https://v1.orca.so/liquidity/create) - -![Orca](../img/orca1.jpg) - -#### [Raydium](https://raydium.io/clmm/create-pool/) - -![Raydium](../img/raydium1.jpg) - - -:::info -Jupiter has a minimum liquidity requirement to be able to pick up your market, to enable trading on Jupiter. -Read more about [Getting Your Token on Jupiter](/docs/get-your-token-onto-jup) -::: - -## Getting on the Strict List / Verified - -Jupiter validated token list is built as a collaborative effort with partners and our community. It feeds Jupiter's "Strict" API, and is widely used by Jupiter's ecosystem partners. Read More about [Getting on the Strict List / Verified](/docs/get-your-token-onto-jup#getting-on-the-strict-list) - -## Integrating Jupiter Terminal - -Another good way of integrating Jupiter is through the Jupiter Terminal. Jupiter Terminal provides all the functionalities and features of Jupiter with just a few lines of code. - -For detailed developers documentation on Jupiter terminal got to: [Jupiter Terminal: Easiest way to add Jupiter to your DApp](/docs/jupiter-terminal/jupiter-terminal) - -![Terminal](../img/terminal1.jpg) - -Try it out in our [Jupiter Terminal playground](https://terminal.jup.ag/) - - - -*Some examples of integrations by some of our ecosystem partners.* - -#### [MarginFi](https://app.marginfi.com/swap) -![MarginFi](../img/marginfi.jpg) - -#### [Famous Fox Federation Raffles](https://rafffle.famousfoxes.com/) -![Famous Fox Federation](../img/fff.jpg) -