Skip to content

Commit

Permalink
Update Readme to handle new version of Odra.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Mar 25, 2024
1 parent f6aea33 commit 25f27e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Live version: https://make-software.github.io/dao-contracts.
### Prerequisites

- `Rust` toolchain installed (see [rustup.rs](https://rustup.rs/)),
- `cargo odra` installed `cargo install cargo-odra`
- `cargo odra` installed `cargo install --version 0.0.10 --force --locked cargo-odra`
- `wasmstrip` tool installed (see [wabt](https://github.com/WebAssembly/wabt)).
- `just` tool installed (see [just](https://github.com/casey/just)).
- `wabt` installed (see [wabt](https://github.com/WebAssembly/wabt)).

To prepare your environment execute:

Expand Down
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
prepare:
rustup target add wasm32-unknown-unknown
sudo apt install wabt
cargo install cargo-odra --locked
cargo install --version 0.0.10 --force --locked cargo-odra

build-dao-contracts:
cargo odra build -b casper
Expand Down

0 comments on commit 25f27e5

Please sign in to comment.