-
Notifications
You must be signed in to change notification settings - Fork 32
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
Integrate DAB with Stoic Wallet #13
base: main
Are you sure you want to change the base?
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? |
Link to forum
https://forum.dfinity.org/t/icdevs-org-bounty-integrate-dab-with-stoic-wallet-6-100-icp/9824
getAllgetUserTokens
in DAB and append those items to the ones that stoic already finds search for duplicates and remove them.