ClickHouse / ClickHouse/CryptoHouse
Extend `solana.tokens` with all the tokens data
- Dominant language
- TypeScript
- Stars
- 68
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Table `solana.tokens` is missing some of the tokens.
One example is `4E3js5GFkK9iC4MydhYMis47rtq9inkFaehTwYfFRaXR3vx7CKJATTkzU8w7sM9hT4QU5woZHp6sybnaZAXYighi`
**Describe the solution you'd like**
Extend the table adding all the token-creation transactions
**Describe alternatives you've considered**
For example, you can look at `tokens_solana.fungible` at Dune which has that
**Additional context**
Take a look at these two queries (Dune vs CryptoHouse), they expected to give about the same result:
https://dune.com/queries/4876762 (137 transactions)
https://crypto.clickhouse.com?query=U0VMRUNUICogRlJPTSBzb2xhbmEudG9rZW5zIAp3aGVyZSAKbG93ZXIoc3ltYm9sKSA9ICdkaWRkeScKQU5EIGxvd2VyIChuYW1lKSA9ICdkaWRkeSBub3QgZ3VpbHR5JwpvcmRlciBieSBibG9ja19zbG90IGRlc2MgCkxJTUlUIDIwMA& (2 transactions)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.