This repo contains table definitions for Solana.
If you want to parse logs and instructions on Solana and make them cheaper to query on BigQuery, feel free to submit a PR with your new table definitions.
The tables will be available in the blockchain-etl.solana_{dataset}
dataset, e.g.:
SELECT *
FROM blockchain-etl.solana_mango.MangoMarketsV3_event_WithdrawLog
WHERE date(block_timestamp) = '2022-04-21'
- Fork this repository
- Create a new branch and upload your new files to this branch
- Create a PR to merge to this main repository
- Wait for it to be reviewed and merged, your BigQuery tables should show up shortly under the __ project.
- Now you can query your newly parsed tables more efficiently and for a smaller cost.
Certain datasets are currently private while others are public. If your blockchain is considered private, please sign up for a Nansen Query Plan with your google cloud account. You will then be able to access theses private datasets.
For EVM chains refer to this repository https://github.com/nansen-ai/evmchain-etl-table-definitions