Skip to content
forked from saber-hq/vipers

🕶 Assorted checks and validations for writing safer Solana programs.

License

Notifications You must be signed in to change notification settings

hwsimmons17/vipers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vipers 😎

Crates.io License Build Status Contributors

Assorted checks and validations for writing safer Solana programs.

Motivation

Solana's fee mechanism is unlike Ethereum's, in that the number of bytecode instructions executed does not add to the cost of a transaction. Due to this, it is wise to design Solana code with excessive safety checks in order to minimize the chance of exploits.

This library provides several utilities for Anchor programs to validate account structs and check for invariants.

Support

For support, join the Saber Discord at chat.saber.so!

License

Apache 2.0

About

🕶 Assorted checks and validations for writing safer Solana programs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%