mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-07-13 10:39:32 +00:00
* feat: use recommended logos-module-builder to simplify core modules * add tests add tests update readme * update api update api simplify simplify * ci fix * ci fix --------- Co-authored-by: Khushboo Mehta <mehtakhushboo@hotmail.com> Co-authored-by: Logos Workspace <logos@workspace.local>
11 lines
254 B
Markdown
11 lines
254 B
Markdown
# 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.
|
|
|
|
### Build and inspect
|
|
|
|
```bash
|
|
nix build '.#lgx'
|
|
```
|
|
|