Skip to content

Commit

Permalink
Merge branch 'main' into sasha/build-with-git-submodule-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaaldrick authored Nov 6, 2024
2 parents 6056a8a + ba5f424 commit 1b54b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ contract EvenNumberDeploy is Script, RiscZeroCheats {
// Deploy the verifier, if not already deployed.
if (address(verifier) == address(0)) {
verifier = deployRiscZeroVerifier();
console2.log("Deployed RiscZeroGroth16Verifier to", address(verifier));
} else {
console2.log("Using IRiscZeroVerifier contract deployed at", address(verifier));
}
Expand Down

0 comments on commit 1b54b02

Please sign in to comment.