LimeDex
Lime Dex
  • Account
  • Find a way to create my own personalized UI for the modal of wallet connections like the one on uniswap but for now let it be there
    • ✅✅✅THE MAIN FUNCTIONALITY, THE SWAP FUNCTIONALITY VIA API AND THE SMART CONTRACT
    • How to pass the trade to jupiter's onchain swap instruction in my smart contract + using Typescript for Jupiter to execute the swap across DEXs in solana after I might have added fees, validate swaps, or automate executions. And also, can I add the fee via typescript in order to reduce compute fee on the Solana blockchain
    • can I Compute the best swap route from typescript and send it to typescript and Deduct the 0.15% fee before executing the swap before sending it to my smart contract to do the swap. If yes how
      1. Guideline of what my Anchor smart contract will beReceive swap instructions from users.
        Compute the best swap route using Jupiter.
        Deduct a 0.15% fee before executing the swap.
        Forward the swap transaction to Jupiter’s on-chain program.
        Send the swapped tokens to the user after deducting fees.
        2. Steps to Implement the Smart ContractSet up your Anchor project Define accounts and state Create a function to handle the swap Integrate with Jupiter's swap instruction Implement fee deduction Test and deploy the contract
  • Add an api functionality to get all the tokens from solana, including their current price and other info like address, etc
  • ✅Add a functionality to calculate how much the token selected is in Dollars
  • ✅✅Add a functionality to calculate the conversion rate of the token to be bought and the token to be sold for example 50ETH ---===--- 96132.2USDT
  • ✅Add a functionality where when the user clicks the tokens to be swapped, it reflects on the Url path
  • ✅✅Add a functionality where the commission fee is calculated once the user clicks on the token swaps as it is shown in jupiter
  • ✅✅Add a functionality where the the place of connect wallet is shown insufficient balance if the amount the user wants to buy isn't sufficient
  • Add a functionality where tokens can be searched by the user on the solana blockchain
  • ✅Add a modal view of the wallets just like Uniswaps own of the 5 wallets in Solana. Remember to add the dark blur background for the modal view
  • Add a dark mode functionality of the web page for the user
  • Generated by create-solana-dapp