Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 28, 2025
2 parents 408fa58 + a5a9a79 commit baa4b55
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 85 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ To build/update the bindings, first build the contract with `scarb`.

Then, within the Rust project `bindings/` run:

````bash
cargo build
````
```bash
cargo build --bin generator
```

This will generate the bindings into `src/lib.rs`, which can be imported in other Rust project.
Currently some warnings are displayed, will be fixed in a future version of `cainome`.

## Test

Expand Down
Loading

0 comments on commit baa4b55

Please sign in to comment.