Dune Recommender Frame

Given a user interaction with the frame, filter on results of a pre-run Dune query of all recommendations for just that user's fid. Then return a random set of recommended users as results in the frame.

Here's a link to a cast using this frame

Important Resources:

Running Locally

Fill in secrets within the .env file

npm install
npm run dev

Head to http://localhost:5173/api

If you run into issues with node-gyp then try running yarn global add node-gyp && yarn install --frozen-lockfile or npm rebuild node-gyp or npm rebuild ffi-napi to fix it.

Have questions? Reach out to me