Skip to content
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

Add Support for the Digital Asset Standard (DAS) API #171

Open
GabrielePicco opened this issue Aug 25, 2023 · 2 comments
Open

Add Support for the Digital Asset Standard (DAS) API #171

GabrielePicco opened this issue Aug 25, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@GabrielePicco
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Missing support retrieving Compressed NFTs & Digital Asset Standard (DAS) API

Describe the solution you'd like
Following the DAS API specification, implement an enhanced Rpc which use the API for things such as retrieving compressed NFTs

@GabrielePicco GabrielePicco added the enhancement New feature or request label Aug 25, 2023
@GabrielePicco GabrielePicco added the good first issue Good for newcomers label Feb 6, 2024
@coolestnick
Copy link

Hello Gabriel,

Can you please explain me more about the issue so that I can start working on this ASAP?

@GabrielePicco
Copy link
Collaborator Author

Hey @coolestnick, thanks for the interest to work on this.

  1. Write a class to call the DAS API.
  2. Expose in the Web3.cs script an additional configuration to specify the DAS API endpoint
  3. If the DAS API endpoint is defined, use the wrapper object to get the list of NFTs, rather than hitting directly the RPC (current implementation). Changing the (LoadNFTs methods)[https://github.com/magicblock-labs/Solana.Unity-SDK/blob/main/Runtime/codebase/Web3.cs#L364].

Happy to review an approach or a potential implementation if you want to draft a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants