hopper-framework 0.1.0

Zero-copy state framework for Solana. Typed account architecture, phased execution, validation graphs, zero-copy collections, layout evolution, and cross-program interfaces. Built on Hopper Native. no_std, no_alloc, no proc macros required.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hopper-spl


Hopper-owned SPL helper crates live under this directory.

These crates are framework-internal companions to the root `hopper` crate and
are developed in the main Hopper repository:

- `hopper-token` - SPL Token account helpers and CPI builders.
- `hopper-token-2022` - Token-2022 helpers, including extension-aware readers.
- `hopper-associated-token` - associated-token-account derivation and CPI helpers.
- `hopper-metaplex` - Metaplex Token Metadata builders, PDA seeds, and encoders.

The old standalone `BluefootLabs/hopper-spl` repository has been folded back
into this workspace and archived.

License: MIT OR Apache-2.0.