Skip to content

Add edge setup#3331

Draft
Herklos wants to merge 1 commit intodevfrom
feature/add-edge-setup
Draft

Add edge setup#3331
Herklos wants to merge 1 commit intodevfrom
feature/add-edge-setup

Conversation

@Herklos
Copy link
Member

@Herklos Herklos commented Mar 23, 2026

No description provided.

@Herklos Herklos self-assigned this Mar 23, 2026
Move edge-ccxt into OctoBot/packages/edge as a new Pants-managed package.
The package provides a shared Rust core for crypto primitives (HMAC, hashing,
buffer ops) with bindings for Python (PyO3/maturin), Node.js/Bun (NAPI),
browser/Deno (WASM), and React Native (UniFFI).

Structure:
- rust/core: Pure Rust crypto library (HMAC-SHA256/512, SHA-256/512, MD5, etc.)
- rust/wasm: wasm-bindgen target for browser + Deno
- rust/napi: napi-rs target for Node.js + Bun
- rust/py: PyO3/maturin target for Python
- octobot_edge/: Python package with ccxt exchange factory and HMAC patching
- js/: npm package (@octobot/edge) with multi-target TypeScript builds
- CI: Dedicated edge.yml workflow + integration into main test matrix

https://claude.ai/code/session_01A41Pp6ZEett2vEfjJCkkXx
@Herklos Herklos force-pushed the feature/add-edge-setup branch from dcff37b to c10ee82 Compare March 23, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants