Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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