cronoklee

Results 8 comments of cronoklee

Sorry wasnt sure how to add two files to a pull request so added them separately

This is very helpful thank you. **Note** you need `const { getAccount } = require("./helpers");` at the top of the file also. Issue https://github.com/ProjectOpenSea/nft-tutorial/issues/4 remains however: When I tried the...

Adding a call to _asyncTransfer after _safeMint call in the contract seems to solve the issue tho the contract behaves a little differently now. See the pull request for details...

Did you find a solution for this @liy010 ? It's pretty critical that we can withdraw accumulated funds from our contracts!

Thanks a lot - adding a call to _asyncTransfer after _safeMint call seems to solve the issue tho the contract behaves a little differently now. See the pull request for...

Thanks! This is exactly the problem I was having. I'm getting the **_"Transaction value did not equal the mint price"_** error when I run `npx hardhat mint --address {wallet_address}`. What's...

As a follow up suggestion, we could store in the index the number of times the user clicks each file in the "matching files" list and then order future results...

Okay if I every get around to it I'll report back!