In this episode of Unchained, Anatoly Yakovenko, co-founder of Solana Labs, Nick White, COO at Celestia, and Chris Burniske, partner at VC firm Placeholder discuss the differences between modular and monolithic, or integrated, blockchains, with Solana epitomizing the monolithic approach and Celestia the modular one. They all agree that both approaches have their merits and will likely coexist, but argue each lends itself to specific use cases and developer preferences. They also discuss what will drive the next crypto bull cycle, and each gives their best predictions for a specific development in the crypto industry in the next few years.Unchained, December 2023
# 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": "QekaotYbbcxiCcoTQp7d_19RRfH9mgpSti0gniFY90s", "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": "QekaotYbbcxiCcoTQp7d_19RRfH9mgpSti0gniFY90s", "level": 2}'