Skip to content

Commit

Permalink
Merge branch 'main' into angelo/drop-duplicate-log
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Oct 30, 2024
2 parents dbc51a3 + c46fbe4 commit e31f10e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,19 @@ Your new project consists of:

### Build the Code

- Update git submodules.

```sh
git submodule update --init
```

- Builds for zkVM program, the publisher app, and any other Rust code.

```sh
cargo build
```

- Build your Solidity smart contracts
- Build your Solidity smart contracts.

> NOTE: `cargo build` needs to run first to generate the `ImageID.sol` contract.
Expand Down

0 comments on commit e31f10e

Please sign in to comment.