Matty Taylor is the Co-founder of Colosseum. Previously, Matty was the Head of Growth at the Solana Foundation, where he kickstarted the Solana hackathon program in 2020. In this conversation, they discuss: Solana ecosystem, creating the Y-Combinator of Solana, 3 pillars of Colosseum: hackathon, accelerator and venture fund, Bonk DAO, Bonk bot, Solana hackathons, Working at Square and 0x, Sphere -the on-chain version of stripe, The rise,fall, and rise of Solana, DePIN and AI on Solana, Creating markets around social media Colosseum.CryptoNews Podcast, March 2024
# 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": "dTO41HinE8gA0cp4neezpkJMIVpdq0KIhuzANLuEZZg", "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": "dTO41HinE8gA0cp4neezpkJMIVpdq0KIhuzANLuEZZg", "level": 2}'