Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.4 KB

README.md

File metadata and controls

64 lines (43 loc) · 2.4 KB

🔬 Account microscope

Account microscope is a tool used to examine the contents of Solana accounts.

It displays raw data that developers want to know about accounts.

Especially, information on accounts associated with Orca's Whirlpool🌀 is displayed in detail.

Deployment on GitHub Pages

Account microscope is available at the following address.

https://everlastingsong.github.io/account-microscope/#/whirlpool/list

Supported accounts

Token / Token-2022 (aka Token Extension)

  • Mint
  • Account

Orca Whirlpool

  • Whirlpool
  • WhirlpoolsConfig
  • WhirlpoolsConfigExtension
  • TokenBadge
  • FeeTier
  • Position
  • TickArray
  • PositionBundle

Orca Legacy Pool (Aquafarm)

  • TokenSwap
  • GlobalFarm
  • UserFarm

Features worth mentioning

HexDump

For not supported accounts, HexDump will be displayed and you can analyze the data.

screenshot 2023-06-05 0 28 59

Download account as JSON file

You can download the same JSON as the following command with a click of a button.

solana account -o <json filename> --output json-compact <pubkey>

screenshot 2023-08-13 10 29 47

Whirlpool cloning

You can download all the accounts you need to make Whirlpool work with LocalValidator in one go.

It is easy to reproduce and test mainnet pools such as SOL/USDC in LocalValidator.

screenshot 2023-08-15 9 19 50

Listing Whirlpool Positions

You can list all positions for a specific whirlpool.

screenshot 2023-09-09 16 18 08

It makes you a millionaire in LocalValidator

You can download TokenProgram related accounts to mint an arbitrary amount of tokens of your choice in LocalValidator.

It would be very helpful to get the tokens needed to trade in an environment cloned from the mainnet.

screenshot 2023-08-13 10 30 28