Skip to content

Latest commit

 

History

History
 
 

program

Program

!!Here is still integrating more programs. Feel free to request!!

Below only list frequently-used. For all instructions you can lookup in each program's instruction.go file.

Solana

sysprog

system program.

  • create account
  • transfer SOL

tokenprog

token program

  • init token account
  • init mint account (mint is like ERC-20 address)
  • token transfer
  • mint issue/burn

stakeprog

stake program. usually use to

  • init stake account
  • deposit / withdraw
  • delegate stake

assotokenprog

associated token program

  • init token account