In this episode, BFG interviews Patrick Workman from Co:Create Ink, a venture that aims to bring the artistry of tattoos into the digital age. Patrick shares his journey into the crypto space and explains how Co:Create Ink is creating a platform that connects collectors and enthusiasts with world-renowned tattoo artists.Apart from (obvious) NFTs, the platform offers priority booking and digital certificates of authenticity for the purchased designs. Patrick discusses the importance of trust and the potential for creating unique and special moments in the tattooing experience. He also shares the company's plans for expansion and future collaborations with different communities and events.Bright Future Guy, 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": "a8sH_qihsG5urRddJxaYMXZnPYxxRGQeEPccBB69Hhs", "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": "a8sH_qihsG5urRddJxaYMXZnPYxxRGQeEPccBB69Hhs", "level": 2}'