vipers

Crates.iovipers
lib.rsvipers
version2.0.6
sourcesrc
created_at2021-08-15 21:59:43.662667
updated_at2022-07-20 19:16:27.658442
descriptionAssorted checks and validations for writing safer Solana programs.
homepagehttps://saber.so
repositoryhttps://github.com/saber-hq/vipers
max_upload_size
id437485
size34,138
Ian Macalinao (macalinao)

documentation

README

vipers 😎

Crates.io License Build Status Contributors Code Coverage

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

Commit count: 136

cargo fmt