Created at 11am, Mar 19
ilkeTechnology
0
Web3 Magic - Patrick and Co - Create Ink - bringing tattoo artistry to digital age
a8sH_qihsG5urRddJxaYMXZnPYxxRGQeEPccBB69Hhs
File Type
MP3
Entry Count
102
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

And yeah, it doesn't have to be a bored ape tattoo.
start: 22:43 - end: 22:48
So art would be better, that's for sure.
start: 22:49 - end: 22:51
Unless you're really into bored apes, and that is a community that you identify with.
And during ApeFest, you want to get either your ape, an ape, or kind of an artist's rendition of what an ape could represent.
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": "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}'