/dex-test

Recreating basic dex/amm on solana for educational reference and practice with newfound solana skillz.

Primary LanguageRust

dex-test

Basic dex/amm for educational reference and practice with newfound solana skillz.

Usage

Deploy contract.

Then in the client folder, use these commands.

To do

  • InitializePool
    • fix token ordering
    • clean extraneous accounts, documents accounts
    • proper account validation
    • change mint account to PDA
    • check to see if pool with same mints already initialized - ordering
  • Deposit
    • Test script
  • General
    • rename instructions from chudex to dex test or amm
    • make util functions for checking the ordering of mint a vs b