Brock Pierce is a well-known figure in the cryptocurrency and blockchain space, a true OG, recognized for his extensive contributions as an entrepreneur, venture capitalist, and advocate for the digital currency ecosystem. Pierce began his career in the entertainment industry as a child actor but later shifted his focus towards technology and innovation.He co-founded several high-profile projects in the crypto and blockchain sectors, including Blockchain Capital, Tether, and EOS. Brock has also served as the chairman of the Bitcoin Foundation, aiming to standardize, protect, and promote the use of Bitcoin cryptographic money worldwide.Brock is also actively involved in philanthropic efforts and supports organizations such as the American Civil Liberties Union (ACLU), the Foundation for Individual Rights in Education, and the Brennan Center for Human Rights.CryptoNews, 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": "vNau8WpuxTu3Uo_fz60nS6TBFw3Gb3QQrrRwXnwVdBE", "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": "vNau8WpuxTu3Uo_fz60nS6TBFw3Gb3QQrrRwXnwVdBE", "level": 2}'