Skip to content

Commit e6f916e

Browse files
authored
Removed instructions for WASM complation of contracts. (#170)
Not to confuse validators with extra dependencies, until we upgrade to support later rust toolchain.
1 parent 9b42447 commit e6f916e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,3 @@ nix run .#multi-fast # to run 3-node network
148148
nix run .#prune-running # to stop .#multi-fast or .#single-fast nodes
149149
```
150150
To run in dev mode use `nix run .#single-fast` for Brooklyn and `nix run .#single-fast sydney` for Syndey
151-
152-
153-
154-
##### If you want to compile WASM contracts, you'll need additional dependencies:
155-
```bash
156-
# Install dylint
157-
cargo install cargo-dylint dylint-link
158-
```

0 commit comments

Comments
 (0)