https://github.com/magicblock-labs/magicblock-wheels
Don't reinvent the wheel. Reuse. Or ship better ones.
https://github.com/magicblock-labs/magicblock-wheels
Last synced: 23 days ago
JSON representation
Don't reinvent the wheel. Reuse. Or ship better ones.
- Host: GitHub
- URL: https://github.com/magicblock-labs/magicblock-wheels
- Owner: magicblock-labs
- Created: 2026-05-02T20:19:33.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-23T15:10:04.000Z (about 1 month ago)
- Last Synced: 2026-06-23T15:10:39.031Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magicblock-wheels
Reusable building blocks for MagicBlock projects.
This repo is the shared home for code that should not stay trapped in a single
product repo: Rust crates today, and potentially TS/JS packages or small tools
later.
⚠️ **This is MagicBlock's internal SDK and reusable codebase. It is not the
user-facing SDK**.
For the user-facing SDK, see:
- `ephemeral-rollups-sdk`:
## Layout
- `rust/`: Rust workspace members
- `ts/`: TypeScript packages and utilities
## Current contents
- `rust/wheels`: public `no_std` Rust crate
- `rust/wheels-macros`: proc-macro implementation crate re-exported by `wheels`
## Rust workspace
```sh
cargo check --workspace
```