Skip to content

A simple and robust solana token cli supporting token extensions and parsing

Notifications You must be signed in to change notification settings

Nagaprasadvr/surfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surfer - A solana token cli rewrite which is simple and adds support for token extensions and parsing

Features

  • Fetch Mint account

    • parse mint account
    • parse mint extensions
    • fetch and parse token metadata, master edition if available
  • Fetch Token account

    • parse token account
    • parse token account extensions

Note: This is a work in progress and will be updated with more features

  • Send Mint Ixs

  • Send Token Ixs

Setup

Env vars

export SOLANA_RPC_URL="https://api.devnet.solana.com"

Running the cli

cargo run

About

A simple and robust solana token cli supporting token extensions and parsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages