Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Dec 19, 2023
1 parent 2831b73 commit ed4d62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validium.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ In order to start the node as a validium:
- Make sure `zk` has been built and then run `zk init --validium`. This will set up the Ethereum node with the validium
contracts, and also define an env var which the server will pick up in order to run as a validium node
- Start the server (`zk server`)
- Execute transactions. For testing, `cargo run --release --bin zksync_full_stack` inits a wallet, deploys a contract and executes a tx
- Execute transactions. For testing, `cargo run --release --bin zksync_full_stack` inits a wallet, deploys a contract
and executes a tx
- Query the node for the tx hash (output of the zksync_full_stack binary):

```
Expand Down

0 comments on commit ed4d62a

Please sign in to comment.