Skip to content

Specifying a Solana IDL Standard, inspired from the Anchor IDL Standard

License

Notifications You must be signed in to change notification settings

solana-idl-foundation/solana-idl-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana IDL Spec

Standardizing a Solana IDL Standard, originally built by Coral's Anchor Framework.

Build Status Spec Version License

Goals of Standardizing the IDL

  1. Increase composability across the Solana ecosystem
  2. Allow developer tools other than Anchor to target the IDL

Requested Updates

  1. Explicit instruction discriminators
  2. Explicit account discriminators
  3. A list of standardized types (Array/Vec, Solana Pubkey, etc)
  4. Serialization format (borsh, bincode, etc)
  5. Security information
  6. A typed "metadata" object

About

Specifying a Solana IDL Standard, inspired from the Anchor IDL Standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published