MCPcopy Index your code
hub / github.com/TeamRaccoons/address-lookup-table-multi-swap

github.com/TeamRaccoons/address-lookup-table-multi-swap @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
11 symbols 21 edges 4 files 1 documented · 9% updated 3y ago★ 50

Browse by type

Functions 10 Types & classes 1
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Address lookup table demo

Showcases a N swap chain on spl-token-swap

solana-test-validator --bpf-program SwapsVeCiPHMUAtzQWZw7RjsKjgCjhwU55QGu4U1Szw bins/spl_token_swap.so --reset

The spl token swap program binary was dumped from devnet, there is no new deployment of spl token swap on mainnet-beta

solana program dump SwapsVeCiPHMUAtzQWZw7RjsKjgCjhwU55QGu4U1Szw spl_token_swap.so -ud

Manual json rpc query to get a transaction and support v0 versioned transaction

curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getTransaction",
    "params": [
        "5VDpUWCdyge3i8ukEfyNukGQdy89fm5B9NrHAuUjKy5zhGdh4cXvSURdgrTuorXqTUYNYUCebZmXtxAnbeeGt1Wf",
        {"encoding": "json", "maxSupportedTransactionVersion":0}
    ]
}
'

Wen mainnet-beta?

https://github.com/solana-labs/solana/issues/26391

Core symbols most depended-on inside this repo

Shape

Function 8
Method 2
Class 1

Languages

Rust100%

Modules by API surface

src/token_swap_harness.rs5 symbols
src/token_helpers.rs4 symbols
src/main.rs2 symbols

For agents

$ claude mcp add address-lookup-table-multi-swap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page