PROJECT NAME: OnlyCast
DESCRIPTION OF THE PROJECT:
OnlyCast is a private, censorship resistant Farcaster client that allows creators to monetize their content for their existing Farcaster network. Our current app focuses on image content, but it would be easy to extend it for written or video content as well.
DISCORD: @itisdire
TELEGRAM: @gabrielediremigio
REPOSITORY WITH PROJECT'S CODE: https://github.com/mattiapomelli/ethrome
VIDEO DEMO (3 min max) - NO SLIDES ONLY PROJECT DEMO SHOWCASE A video to showcase your project. Some tips on how to record it here. Attach any screenshot in the attachments field.
Website URLs: https://onlycasts.vercel.app
The contract address(es): N/A
Bounties:
Farcaster:
- We built a Farcaster client that reads and writes to hubs using Neynar.
- We make use of user's existing social graphs to display a personalized feed
- We use embeds and frames within our casts so that our app also integrates well with other Farcaster clients (Warpcast etc.)
- Our app supports a simple "Sign in with Farcaster" so existing users can easily get started
IExec (DataProtector Core & Sharing):
- We use the IExec SDK with Data Protector to allow creators to protect and monetize their content/casts. When a creator wants to post some content they will create a collection on iExec, encrypt the data and then set it for renting.
- We use IExec SDK to allow consumers to purchase protected content. Consumers can pay the price decided by the creator to decrypt the content.
Privy (Track 1):
- We use Privy SDK to easily allow users to sign in with their Farcaster accounts for fast onboarding
- We use Privy to generate a keypair that can sign transactions on the Bellecore chain without needing users to sign multiple transactions
'mbd (Best New Native Farcaster UX and/or Best use of ’mbd APIs):
- We use 'mbd to attempt to personalize user feeds for our new Farcaster client. With the rerank api route we rank prefetched casts according to user preferences using 'mbd's pretrained AI models
W3PN (Creation of a new Web3Privacy projects):
- Our app enables creators a private and secure way to share and monetize content that they create. Data that they upload is encrypted and stored on chain on Bellecore. Data can only be decrypted once a user has purchased it.
- Our approach is resistant to censorship since our app simply acts as a marketplace. We do not store user's data so there is no way for us to leak or censor user posts.
-------
We started building our app during the weekend.