From 0fd5e84a17afd2f8ac945be3362093dbe1608729 Mon Sep 17 00:00:00 2001 From: "Chris Kim (Hyunggun)" Date: Fri, 31 May 2024 01:34:53 +0900 Subject: [PATCH] instruction update --- .../src/utils/getCurrentNftmClient.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/orakle-nft-marketplace-app-frontend/src/utils/getCurrentNftmClient.ts b/projects/orakle-nft-marketplace-app-frontend/src/utils/getCurrentNftmClient.ts index 12aeec0..15c4741 100644 --- a/projects/orakle-nft-marketplace-app-frontend/src/utils/getCurrentNftmClient.ts +++ b/projects/orakle-nft-marketplace-app-frontend/src/utils/getCurrentNftmClient.ts @@ -34,9 +34,10 @@ export function getCurrentNftmClient( 주목!!! - 3번째 줄에서 import { NftMarketplaceClient } from '../contracts/NftMarketplace'로 import한 클래스는 Nft 마켓플레이스 앱을 빌드할때 자동 생성된 클라이언트 클래스입니다. - - id값에는 currentAppId를 넣어주세요. + - 이 문제는 getCurrentNftmClient 함수의 인수로 들어오는 4개의 인수를 모두 사용하셔서 푸셔야 합니다. + - id값에는 getCurrentNftmClient의 인수값으로 들어오는 currentAppId를 넣어주세요. - sender값에는 { addr: activeAddress!, signer }를 복붙해주세요. useWallet를 통해 현재 연결된 지갑 주소와 서명자를 포함한 객체를 설정해주는 코드입니다. - - NftMarketplaceClient 생성자의 두번째 인자인 algod는 algorandClient.client 안에 있습니다. + - NftMarketplaceClient 생성자의 두번째 인자인 algod는 getCurrentNftmClient의 인수값으로 들어오는 algorandClient의 algorandClient.client 안에 있습니다. 힌트: https://github.com/algorandfoundation/algokit-client-generator-ts/blob/main/docs/usage.md#creating-an-application-client-instance */