-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFT example update to work with wallet on TestNet #314
Comments
This issue happens because simple
|
|
Yes, that's an issue with the library implementation. It's tracked here near/near-sdk-rs#542 We def should change that implementation first. My question is what is the wallet using to pick up for minting in the wallet. @MaximusHaximus what are you currently using? |
@zavodil We use an indexer query to find transactions that appear to be NFT transactions. We currently look for any method called starting with For your reference, this is the code: https://github.com/near/near-contract-helper/blob/master/middleware/indexer.js#L144-L160 We're happy to update our queries if there is an obvious solution here; maybe you have an example transaction we could use to model the behaviour? This is also a relevant discussion happening right now in the NEPs repository which makes me believe that having log outputs from NEP171 contracts is the 'correct' solution here: near/NEPs#254 |
Many thanks, I pushed PR with the corresponding fix near-examples/NFT#176 |
No description provided.
The text was updated successfully, but these errors were encountered: