Skip to content

Commit

Permalink
docs: update README for contract ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 20, 2023
1 parent 3211d1c commit 6e7ceac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/dojo-world/src/contracts/abi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ To build them, consider the following:
3. Extract the ABI key only for `world` and `executor`:
```
sozo build
jq .abi ./target/dev/dojo_example-world.json > crates/dojo-world/src/contract/abi/world.json
jq .abi ./target/dev/dojo_example-executor.json > crates/dojo-world/src/contract/abi/executor.json
jq .abi ./target/dev/dojo\:\:world\:\:world.json > ../../crates/dojo-world/src/contracts/abi/world.json
jq .abi ./target/dev/dojo\:\:executor\:\:executor.json > ../../crates/dojo-world/src/contracts/abi/executor.json
```

0 comments on commit 6e7ceac

Please sign in to comment.