HashLips / hashlips_nft_minting_dapp

HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.
MIT License
1.02k stars 984 forks source link

interaction with thirdweb #136

Closed wikicrafter closed 2 years ago

wikicrafter commented 2 years ago

it has transaction failing issues when trying to use

thirdweb

smartContract would be awesome if u right down on readme file how to make it to work.

slavakurilyak commented 2 years ago

I think the error is related to the minting cost or price. ThirdWeb uses Ether while Hashlips minting DApp uses Wei (smallest denomination of Ether).

Let's say you want to sell a Polygon NFT.

In ThirdWeb, the currency is 1 (1 MATIC).

In Hashlips minting DApp, the cost is 1000000000000000000 (1000000000000000000 WEI or 1 MATIC)

wikicrafter commented 2 years ago

Sadly it's not about that image


Sth strange :D
Anyway thanks for your attention