Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YashKarthik/frencaster-v2
v2 of Friendcaster - generate and mint your Farcaster interaction circles
https://github.com/YashKarthik/frencaster-v2
ethersjs farcaster nextjs nft react web3
Last synced: 26 days ago
JSON representation
v2 of Friendcaster - generate and mint your Farcaster interaction circles
- Host: GitHub
- URL: https://github.com/YashKarthik/frencaster-v2
- Owner: YashKarthik
- Created: 2022-09-09T13:41:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T07:56:07.000Z (about 2 years ago)
- Last Synced: 2024-11-08T15:12:03.797Z (about 1 month ago)
- Topics: ethersjs, farcaster, nextjs, nft, react, web3
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-farcaster - YashKarthik/frencaster-v2
README
# Frencircle
Create your own [Farcaster](https://farcaster.xyz) interaction circle. *Inspired by [Chirpty](https://chirpty.com/)*. Friendcaster generates an image that shows you the users you interact with most on Farcaster.
- Repo contains the v2 of [Friendcaster](https://github.com/yashkarthik/friendcaster)
#### What counts as interaction?
- Currently only replies are considered.
- Other interactions (recasts, likes, watchings) will be considered when Farcaster hubs are
implementad and recasts etc become protocol level features.# v2
- [ ] Mint as nft
- [ ] Write nft contracts.
- [ ] Generate image from user's page.
- [ ] Store image on IPFS/Arweave.
- [ ] Mint as NFT.
- [ ] Fix responsiveness [help needed].
- [x] Build a full-fledged frontend Next.js. And offload image rendering here.
- [x] Use an outward spiral instead of multiple levels of circles. (alignment)
- [x] Replace a static image gen via canvas with a dynamic animated thingy built via react
- [x] Serverless using /api routes.
- [x] Show user metadata
- [x] Username
- [x] Bio
- [x] Top cast (need to add link)
- [x] Followers
- [x] Open profile in fc
- [x] Allow users to customize stuff: bg, profile outline, size, num of spiral layers etc.- [ ] Consider other interactions in the calculation. Possible when v2 of farcaster launches, as currently likes, recast, etc are not protocol level features.