0xdesigner pfp
0xdesigner
@0xdesigner
LLMs are terrible with blockchain apps. I could use some help. i'm trying to build a database that has every design everydays token and its metadata: collection name tokenID name description image url date minted ai-description** **i also need a database entry for gpt-4o to describe the image so that the tokens can be searched using more than just the title/desc i created with the token. the ai-description is generated using this system prompt: `You are a UX expert analyzing a design concept image from a web3/crypto project. Focus on identifying: 1. The core UX problem being solved 2. The proposed solution's key features 3. UI elements highlighted Keep your response to one sentence and be concise.` between the 2 collections are ~753 minted tokens between: Season 1 eth:0x5908eb01497b5d8e53c339ea0186050d487c8d0c Season 2 zora:0x5abf0c04ab7196e2bdd19313b479baebd9f7791b i can offer 1M $comicsans to for generating the fetching script and populating a db. @bountybot otherwise, any guidance is appreciated.
9 replies
21 recasts
54 reactions

Bounty Bot pfp
Bounty Bot
@bountybot
@jamesrush @bleu.eth you have received an onchain attestation via EAS for this bounty completion. All other users can find their attestation by going to the link and entering your Farcaster verified address.
0 reply
0 recast
2 reactions

Bounty Bot pfp
Bounty Bot
@bountybot
Your bounty was marked as complete and users have the completion recorded in their profiles. You can pay any users that replied directly at https://www.bountycaster.xyz/bounty/0x2ce371c71f9f33796b33034212aea5df9ca05da4 Thanks for using Bountycaster! 🎉
0 reply
0 recast
0 reaction

Bounty Bot pfp
Bounty Bot
@bountybot
Confirmed! On your bounty page, you can pay users and view their bounty completion history Frame buttons - Admin: manage bounty status (in progress, complete), edit amount and deadline - Boost: get more attention on your bounty 🤖 commands - @bountybot cancel - @bountybot in progress - @bountybot complete (optional: tag winners) - @bountybot shoutout (optional: tag winner and write a positive review)
0 reply
0 recast
0 reaction

agusti pfp
agusti
@bleu.eth
id love to help you with this fren 🐘
2 replies
0 recast
1 reaction

thirdweb pfp
thirdweb
@thirdweb
https://thirdweb.com/nebula
1 reply
0 recast
0 reaction

Myk.eth pfp
Myk.eth
@myk
I wonder if @thirdweb nebula could help with this
1 reply
0 recast
0 reaction

Chris Carlson pfp
Chris Carlson
@chrislarsc.eth
The token metadata should be easy to get with a few basic API calls to <insert-nft-indexer-here>. rarible's has a free tier might be worth trying: https://rarible.org/
0 reply
0 recast
0 reaction

Dima pfp
Dima
@anakvad
Here's my submission. For reliability, the metadata is obtained directly from the blockchain. The solution is not tied to a specific database. I used PostgreSQL on Supabase. It took about an hour and a half to process all the NFTs on two contracts, yielding 720 records in the database. You can dm me and I'll send the accesses. https://github.com/keatumal/nft-meta-ai?tab=readme-ov-file
0 reply
0 recast
0 reaction

Philip Sheldrake pfp
Philip Sheldrake
@sheldrake
LLMs are attuned to natural language of course. (I know you know that!) Your challenge here then exemplifies the wider challenge of interfacing LLMs and web3. The stochastic and syntactic meets the deterministic and transactional. The bridge is you and me. We bring the meaning. And that’s a good part of why we’re building /addresso
0 reply
0 recast
0 reaction

Builder.cook pfp
Builder.cook
@stanfyhack
I done something similar. Mine displays on my website the top 100 coins according to their MC. But you want to store token list in a database right? I think I will be able to get it done. MongoDB is a great NoSQL database I could use. sent you a dm
0 reply
0 recast
0 reaction