Skip to content

Commit

Permalink
deploy-config rm profit
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed May 28, 2024
1 parent b12c0d2 commit d54b0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> ๐Ÿšงโœ‹ ์ž ๊น! ์˜ค๋Š˜ ์ฝ”๋”ฉ ๊ณผ์ œ๋ฅผ ์„ฑ๊ณต์ ์œผ๋กœ ๋๋‚ด๊ธฐ ์œ„ํ•ด ๊ผญ!! ์•„๋ž˜ ์„ค๋ช…์„ ์ฐจ๋ก€๋Œ€๋กœ ๋‹ค ์ฝ๊ณ  ์ง„ํ–‰ํ•ด์ฃผ์„ธ์š”!!!
์นด์ด์ŠคํŠธ ์˜ค๋ผํด X ์•Œ๊ณ ๋žœ๋“œ ๊ฐœ๋ฐœ์ž ์„ธ์…˜์— ์˜ค์‹  ์—ฌ๋Ÿฌ๋ถ„ ๋ฐ˜๊ฐ‘์Šต๋‹ˆ๋‹ค~! test
์นด์ด์ŠคํŠธ ์˜ค๋ผํด X ์•Œ๊ณ ๋žœ๋“œ ๊ฐœ๋ฐœ์ž ์„ธ์…˜์— ์˜ค์‹  ์—ฌ๋Ÿฌ๋ถ„ ๋ฐ˜๊ฐ‘์Šต๋‹ˆ๋‹ค~!

์ด ์ฝ”๋”ฉ๊ณผ์ œ์—์„œ ์—ฌ๋Ÿฌ๋ถ„์€ [์•Œ๊ณ ๋žœ๋“œ ํŒŒ์ด์ฌ](https://algorandfoundation.github.io/puya/index.html)์œผ๋กœ NFT ๋งˆ์ผ“ํ”Œ๋ ˆ์ด์Šค ์Šค๋งˆํŠธ ๊ณ„์•ฝ์„ ์ง์ ‘ ๊ตฌํ˜„ํ•˜๊ณ  [AlgoKit Utils TypeScript](https://github.com/algorandfoundation/algokit-utils-ts)์™€ [Application Client](https://github.com/algorandfoundation/algokit-client-generator-ts/tree/main)๋ฅผ ์‚ฌ์šฉํ•ด ์Šค๋งˆํŠธ๊ณ„์•ฝ์„ ๋ฐฐํฌ ๋ฐ ํ˜ธ์ถœํ•˜๋Š” React ํ”„๋ก ํŠธ์•ค๋“œ ์—ฐ๋™์„ ๊ตฌ์ถ•ํ•ด๋ณผ ๊ฒƒ ์ž…๋‹ˆ๋‹ค.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ export async function deploy() {
await buyAsset(buyerAppClient, 'buyer', buyer, assetId, 1, app.appAddress, unitaryPrice)

// ํŒ๋งค์ž๊ฐ€ NftMarketplaceClient ์•ฑ์„ ์‚ญ์ œํ•˜๋ฉฐ ์ˆ˜์ต๊ธˆ๊ณผ ์ž”์—ฌ NFT ์—์…‹์„ ํšŒ์ˆ˜
const returnVal = await appClient.delete.withdrawAndDelete(
await appClient.delete.withdrawAndDelete(
{},
{ sendParams: { fee: algokit.transactionFees(3), populateAppCallResources: true } },
)
console.log('์ด ์ˆ˜์ต๊ธˆ: ', returnVal.return)

console.log('4. IU ํ‹ฐ์ผ“ ํŒ๋งค ์ข…๋ฃŒ ๋ฐ ์ˆ˜์ต๊ธˆ ํšŒ์ˆ˜ ์™„๋ฃŒ!')
}

0 comments on commit d54b0d2

Please sign in to comment.