BSV Ruby SDK¶
Ruby SDK for the BSV Blockchain. Part of the official BSV SDK family alongside Go, TypeScript, and Python.
Installation¶
Add to your Gemfile:
Or install directly:
Modules¶
The SDK is organised into three top-level modules:
- Primitives — keys, curves, hashing, encryption, HD keys, mnemonics
- Script — script parsing, opcodes, templates, interpreter
- Transaction — building, signing, BEEF serialisation, merkle proofs
Quick Links¶
- Getting Started — first steps with the SDK
- API Reference — auto-generated from source
- GitHub — source code and issues
- Changelog — release history