Skip to content

JustXxx/rust-host-keccak256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# build the image:
```
wasm-pack build --release
```

# checkout zkWasm with host
```
git clone -b host-ops-1.6 https://github.com/ethstorage/zkWasm.git
cd zkWasm
git submodule update --init
```

# run the cli (in zkWasm folder)
```
cargo run -- --function zkmain --output ./output --param ./param --host host --wasm ../rust-host-keccak256/pkg/rust-sdk-test.wasm dry-run
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages