aws-samples / simple-nft-marketplace

This project provides sample codes to build a simple NFT marketplace with Amazon Managed Blockchain.
MIT No Attribution
95 stars 48 forks source link

newItemの引数に1を追加 #42

Closed nmatsuo63 closed 2 years ago

nmatsuo63 commented 2 years ago

await contract.newItem('dummy', 1)

Issue #, if available:

Description of changes: 引数を'dummy'のみとするとエラーとなるので、1を追加しました。

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tbrand commented 2 years ago

ありがとうございます!