#solana #anchor #saber

tensor-vipers

Assorted checks and validations for writing safer Solana programs. Updated from the original Vipers crate to use Anchor 0.29.0.

2 stable releases

1.0.1 Aug 8, 2024
1.0.0 Jul 29, 2024

#6 in #saber

Download history 255/week @ 2024-07-27 160/week @ 2024-08-03 79/week @ 2024-08-10 42/week @ 2024-08-17 96/week @ 2024-08-24 22/week @ 2024-08-31 38/week @ 2024-09-07

205 downloads per month
Used in 2 crates (via tensor-toolbox)

Apache-2.0

35KB
620 lines

Tensor Toolbox

Tensor Toolbox

A set of useful Rust crates for Solana development.

License

Copyright (c) 2024 Tensor Protocol Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


lib.rs:

Library for writing safer Solana programs. The prelude contains all commonly used components of the crate. All programs should include it via use tensor_vipers::prelude::*;.

Dependencies

~18–27MB
~478K SLoC