{"id":13767587,"url":"https://github.com/jarrodwatts/chainblog","last_synced_at":"2025-04-13T10:40:55.310Z","repository":{"id":64849144,"uuid":"577274148","full_name":"jarrodwatts/chainblog","owner":"jarrodwatts","description":"The decentralized blogging platform built on Lens Protocol 🌿","archived":false,"fork":false,"pushed_at":"2023-01-21T00:45:07.000Z","size":3268,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T02:04:48.394Z","etag":null,"topics":["graphql","graphql-codegen","lens","lens-protocol","markdown","nextjs","react","react-query","tanstack-query","tanstack-react-query","thirdweb","typescript"],"latest_commit_sha":null,"homepage":"https://chainblog.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarrodwatts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-12T11:26:47.000Z","updated_at":"2025-03-02T13:11:55.000Z","dependencies_parsed_at":"2023-01-30T23:31:22.193Z","dependency_job_id":null,"html_url":"https://github.com/jarrodwatts/chainblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fchainblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fchainblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fchainblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarrodwatts%2Fchainblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarrodwatts","download_url":"https://codeload.github.com/jarrodwatts/chainblog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248701048,"owners_count":21147968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","graphql-codegen","lens","lens-protocol","markdown","nextjs","react","react-query","tanstack-query","tanstack-react-query","thirdweb","typescript"],"created_at":"2024-08-03T16:01:10.009Z","updated_at":"2025-04-13T10:40:55.285Z","avatar_url":"https://github.com/jarrodwatts.png","language":"TypeScript","funding_links":[],"categories":["Projects"],"sub_categories":["Open Source"],"readme":"# Chainblog\n\n![banner.png](./banner.png)\n\nA decentralized blogging platform built on top of the [Lens Protocol](https://www.lens.xyz/).\n\n- Own your [Profile](https://docs.lens.xyz/docs/profile) as an NFT.\n- Write posts in [markdown](https://www.markdownguide.org/), store them on [IPFS](https://portal.thirdweb.com/storage) and attach them to your profile NFT inside a [mapping](https://docs.soliditylang.org/en/v0.8.17/types.html#mapping-types).\n- View a Personalised [Feed](https://docs.lens.xyz/docs/timeline) of posts from creators you follow.\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org/): 🐐 React framework for production.\n\n- [TypeScript](https://www.typescriptlang.org/): 🦕 A better JavaScript.\n\n- [Lens Protocol](https://www.lens.xyz/): 📡 Decentralized social graph for storing data for profiles, posts, comments, mirrors, etc.\n\n- [GraphQL \u0026 GraphQL Codegen](https://the-guild.dev/graphql/codegen): 📜 Auto-generate strongly typed types and hooks for your GraphQL queries based on the Lens GraphQL schema. See [codegen.yaml](./codegen.yaml) for more details.\n\n- [thirdweb](https://portal.thirdweb.com/sdk): 📦 All things web3.\n\n  - [React SDK](https://portal.thirdweb.com/sdk) to connect to and interact with smart contracts in React hooks.\n\n  - [Storage](https://portal.thirdweb.com/storage) to store files on IPFS.\n\n  - [UI Components](https://portal.thirdweb.com/ui-components) to connect wallets, render content from IPFS, and interact with smart contracts:\n    - [Connect Wallet Button](https://portal.thirdweb.com/ui-components/connectwalletbutton)\n    - [Web3 Button](https://portal.thirdweb.com/ui-components/web3button)\n    - [IPFS Media Renderer](https://portal.thirdweb.com/ui-components/ipfs-media-renderer)\n\n- [Material UI](https://mui.com/): 🎨 Because I [suck at tailwind](https://twitter.com/jarrodWattsDev/status/1602741700472049667).\n\n- [Tanstack (React) Query](https://tanstack.com/query/v4): 🐶 A powerful, flexible, and extensible data fetching and caching library for React.\n  - [@graphql-codegen/typescript-react-query](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-query) Auto-generate strongly typed React Query hooks for queries and mutations based on your `.graphql` files. [Demo](https://twitter.com/jarrodWattsDev/status/1602534171284426754).\n\n## Roadmap\n\n### MVP\n\n- ✅ Sign in with Lens\n- ✅ Create a post\n- ✅ View a feed of posts\n- ✅ View a feed of posts from creators you follow\n- ✅ View a profile\n- ✅ View a profile's posts\n- ✅ View an individual post\n- ✅ Discover profiles\n- ✅ Follow a profile\n- 🚧 Unfollow a profile (Bugged atm)\n- ❌ Collect a post\n- ❌ View a post's collection info (price, supply, etc.)\n- ✅ Add a reaction\n- ✅ View post reactions\n- ❌ Comment on a post\n- ✅ View post comments\n- ✅ Mirror a post\n\n### Future\n\n- ✅ Sign in with Lens\n- ✅ Create a post\n  - ❌ Wait for transaction to be indexed\n- ✅ View a feed of posts\n  - ✅ View a feed of posts from creators you follow\n- ✅ View a profile\n  - ✅ View a profile's posts\n  - ❌ `/profile` route\n  - ❌ Edit profile\n  - ❌ Delete profile\n  - ❌ View profile's followers\n  - ❌ View profile's following\n- ✅ View an individual post\n- ✅ Discover profiles\n- ✅ Follow a profile\n  - ❌ Follow user who has a follow module setup\n- 🚧 Unfollow a profile (Bugged atm)\n- ❌ Choose which collection module to use on a post\n- ❌ Collect a post\n- ❌ View a post's collection info (price, supply, etc.)\n- ✅ Add a reaction\n  - ❌ Live updating reaction count\n- ✅ View post reactions\n- ❌ Comment on a post\n- ✅ View post comments\n- ❌ Mirror a post\n- ❌ View a post's mirrors\n- ❌ Hide post\n- ❌ Report post\n- ❌ Search publications\n- ❌ Notifications\n\n### More Future\n\n- 🤔 Use dispatcher for all transactions to have gasless transactions\n- 🤔 Create Lens Profiles directly from Chainblog\n- 🤔 E2EE Messaging using [XMTP](https://xmtp.org/)\n- 🤔 Recommended profiles suggestion after following a user\n\n### Known Issues\n\n- Default profile is assumed to be set everywhere\n- Unfollow is bugged\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodwatts%2Fchainblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarrodwatts%2Fchainblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrodwatts%2Fchainblog/lists"}