Integrate DAB with Stoic Wallet - #13
Conversation
|
Open questions: |
17b4ed9 to
ffa4d66
Compare
4c5b153 to
57fbbc7
Compare
|
An update on the progress so far. Transfer function: |
- required to be compatible with DAB-js
|
Ready for review |
8612b07 to
1e486b2
Compare
6e79f5c to
417cc1e
Compare
|
Thanks will review and test locally, thanks for this! |
We will pull from a second API (entrepot specific) to pull these in - these are entrepot specific/marketplace variables, but soon will be stored in-canister |
|
Tried to run locally and got the following, please advise: |
Can you delete your node_modules and reinstall again? |
|
Probably you will also need to follow this in order to install DAB |
|
Merged, built and tested locally - some issues:
|
For the first issue this happens because DAB NFTS can be of types other than image, in order to get the correct image we will have to make a http request for each image to figure out how to display. We can merge his PR after merging this one or I can integrate his PR in this one what do you think. For the second issue how can we debug this? |
|
I have fixed the thumbnail display issue, now it's showing the actual image for each NFT. |
DAB connects NFTS to the principal id by using sub-account 0, so for each principal you will see the same NFT count for each subaccount, maybe that's what you meant or did you mean a different identity has the same NFT count? |
|
Thanks for this contribution! 🙏 We're doing a maintenance triage of long-open PRs. This DAB integration is several years old and now conflicts heavily with Closing for now to keep the queue tidy — please feel free to reopen and rebase against current |
Automated change by agentops worker (task #13). Co-authored-by: agentops-bot <agentops-bot@users.noreply.github.com>
Link to forum
https://forum.dfinity.org/t/icdevs-org-bounty-integrate-dab-with-stoic-wallet-6-100-icp/9824
getAllgetUserTokensin DAB and append those items to the ones that stoic already finds search for duplicates and remove them.