We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Query token information such as the token logo (price and more??) from the coingecko api:
1. Community form: query coingecko api to fetch logo and upload it to ipfs
2. Pass the hash to createCommunity contract function
3. Subgraph index the event with the hash and pulls the ipfs result and store it
4. Frontend can query it from the TokenGardens entity
The text was updated successfully, but these errors were encountered:
Corantin
Lucianosc
Mati0x
Successfully merging a pull request may close this issue.
Query token information such as the token logo (price and more??) from the coingecko api:
1. Community form: query coingecko api to fetch logo and upload it to ipfs
2. Pass the hash to createCommunity contract function
3. Subgraph index the event with the hash and pulls the ipfs result and store it
4. Frontend can query it from the TokenGardens entity
The text was updated successfully, but these errors were encountered: