11 lines
254 B
Markdown
Raw Normal View History

2026-02-03 18:05:33 +01:00
# Logos Blockchain Module
A Logos core module that wraps the [logos-blockchain](https://github.com/logos-blockchain/logos-blockchain) C bindings and ships the zk circuit binaries needed at runtime.
2026-02-03 18:05:33 +01:00
### Build and inspect
2026-02-03 18:05:33 +01:00
```bash
2026-05-06 13:37:19 -04:00
nix build '.#lgx'
```