Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkwcs committed Nov 25, 2024
1 parent ac68331 commit 24f3516
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/examples/move/nft_marketplace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@ iota client call \
--type-args "$ITEM_FOR_MARKET_PACKAGE_ID::market_items::Jeans"
```

### 6. Publish marketplac extension
### 6. Publish rules and marketplace extension

Publish Kiosk rules modules:
```bash
iota client publish iota/kiosk/Move.toml
```

Publish the nft_marketplace.move module:
```bash
iota client publish`
iota client publish iota/docs/examples/move/nft_marketplace/sources/nft_marketplace.move`
```

### 7. Install the Extension on the Kiosk
Expand Down

0 comments on commit 24f3516

Please sign in to comment.