Created at 2pm, Mar 14
ilkeCrypto
0
Solfate Podcast - Blockchain analytics and data on Flipside Crypto (w/ GJ Flannery)
dHKIcLg7q64Wrp8Y3t9LAKkHNwMsJz6nXRqTn12EX6o
File Type
MP3
Entry Count
565
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

GJ Flannery, the Head of Community at Flipside Crypto, discusses the onboarding process and documentation for Flipside's data analytics tool. He also explains how Flipside provides resources for beginners in data analysis and offers insights into how engineers and project founders can benefit from Flipside's data and offerings. GJ explains Flipside's revenue model, which includes a stake delegations from the Solana Foundation and the distribution of tokens to community members from their staked validator. He highlights the importance of data transparency and the public goods provided by Flipside. He also discusses the infrastructure and maintenance required to keep the data accessible and up-to-date. The conversation concludes with insights into the onboarding process for analysts and the involvement of academics in the Flipside community. Solfate Podcast, January 2024

And then, you know, there's me, like I'm on the community side and our community team, there's three of us.
The two guys who work with me are super Solana focused because they're hardcore DGens.
And so some of, I wanna talk about Trails, at least briefly, like they are definitely assisting by saying, here's, you know, what projects are asking for, interfacing with any project that wants something built.
That's like on my team, that's the community work.
start: 32:56 - end: 32:59
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "dHKIcLg7q64Wrp8Y3t9LAKkHNwMsJz6nXRqTn12EX6o", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "dHKIcLg7q64Wrp8Y3t9LAKkHNwMsJz6nXRqTn12EX6o", "level": 2}'