Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtrombone/safer-solana
Safer approaches for Solana program development
https://github.com/rtrombone/safer-solana
bpf rust solana svm
Last synced: 3 months ago
JSON representation
Safer approaches for Solana program development
- Host: GitHub
- URL: https://github.com/rtrombone/safer-solana
- Owner: rtrombone
- License: mit
- Created: 2024-10-13T01:30:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T21:51:54.000Z (4 months ago)
- Last Synced: 2024-10-20T08:42:55.109Z (4 months ago)
- Topics: bpf, rust, solana, svm
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safer Solana Development
This repository will warehouse code and notes that may help the common Solana developer.
**Use any packages or code examples hosted in this repository at your own risk. Currently nothing in this repository has been formally audited.**
## Packages
- [sealevel-tools] (0.1.0): Tools for Solana program development to promote
lightweight programs. PRs welcome.## TODO
- Write examples using [sealevel-tools].
- Write comparative programs using existing Solana program frameworks as more CPI calls get
introduced to [sealevel-tools]. Document program binary sizes and compute unit usage.
- Write about various gotchas from experience writing various programs (e.g. spooky stack access
errors using `anchor-lang` with optimized compiles)[sealevel-tools]: sealevel-tools