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

Support on adding new decoding tables for NFT Trades in Solana #3

Open
jensenity opened this issue Aug 8, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@jensenity
Copy link

jensenity commented Aug 8, 2024

Provide the example query you'd like to add

I want to contribute and planning to add example NFT trade in Solana here. 2 largest marketplaces like MagicEden & Tensor.
There are a few decoded instruction_calls(call in dune) I would love to add here, hence my first question, is there any plans to add decoded tables?

If so, how can for instance I can help to add these decoded calls into CryptoHouse as well?

Tensor

TSWAPaqyCSx2KABk68Shruf4rp7CxcNi8hAsbdwmHbN

  1. v1: buyNft
  2. v1: buySingleListing
  3. v1: sellNftTokenPool

TCMPhJdwDryooaGtiocG1u3xcYbRpiJzb283XfCZsDp
4. v2: takeBidFullMeta
5. v2: takeBidMetaHash
6. v2: buy

Does the view need a materialized view?

Not Sure

@jensenity jensenity added the enhancement New feature or request label Aug 8, 2024
@jeffling
Copy link

We have plans on adding the instructions table first, then we can look into decoded tables after (possible with a materialized view)

the ideal would be to be able to do decoding right in clickhouse through a UDF

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

No branches or pull requests

3 participants