Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Dec 19, 2023
1 parent 5568981 commit 2831b73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validium.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ 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 2831b73

Please sign in to comment.