From 24f3516b029ecf3d5898403de43d7620f5e00d7d Mon Sep 17 00:00:00 2001 From: Dkwcs Date: Mon, 25 Nov 2024 12:43:00 +0200 Subject: [PATCH] update readme --- docs/examples/move/nft_marketplace/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/examples/move/nft_marketplace/README.md b/docs/examples/move/nft_marketplace/README.md index b0efd25e3ad..a7c30168663 100644 --- a/docs/examples/move/nft_marketplace/README.md +++ b/docs/examples/move/nft_marketplace/README.md @@ -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