{"id":22800292,"url":"https://github.com/devpavan04/0xwriter","last_synced_at":"2025-09-10T08:43:18.696Z","repository":{"id":37436545,"uuid":"489096427","full_name":"devpavan04/0xWriter","owner":"devpavan04","description":"A decentralized blogging app that facilitates writers to write user-centric blog posts and create token-gated access to their content 📝","archived":false,"fork":false,"pushed_at":"2024-09-12T11:15:30.000Z","size":18143,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T14:28:24.607Z","etag":null,"topics":["3id-connect","blockchain","ceramic-network","dapp","decentralized-identity","erc20","lit-protocol","polygon","solidity","textile-threaddb"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=ZXcJMdZ59NE","language":"JavaScript","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/devpavan04.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-05T19:08:52.000Z","updated_at":"2025-01-01T08:07:30.000Z","dependencies_parsed_at":"2025-04-19T17:20:51.206Z","dependency_job_id":null,"html_url":"https://github.com/devpavan04/0xWriter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devpavan04/0xWriter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2F0xWriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2F0xWriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2F0xWriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2F0xWriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpavan04","download_url":"https://codeload.github.com/devpavan04/0xWriter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpavan04%2F0xWriter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274434021,"owners_count":25284429,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["3id-connect","blockchain","ceramic-network","dapp","decentralized-identity","erc20","lit-protocol","polygon","solidity","textile-threaddb"],"created_at":"2024-12-12T07:13:20.106Z","updated_at":"2025-09-10T08:43:18.644Z","avatar_url":"https://github.com/devpavan04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"./client/src/assets/logo/Group 19@3x.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://0xwriter.xyz\" target=\"_blank\"\u003eLaunch App\u003c/a\u003e\n  🔏\n  \u003ca href=\"https://youtu.be/ZXcJMdZ59NE\" target=\"_blank\"\u003eWatch Demo\u003c/a\u003e\n\u003c/p\u003e\n\n\u003chr /\u003e\n\nA decentralized blogging app that facilitates writers to write user centric blog posts and to create token gated access to their content.\n\nThis project was submitted at [Encode x Polygon Hackathon 2022](https://www.encode.club/polygon-hackathon)\n\n0xWriter main [contract](https://mumbai.polygonscan.com/address/0xeEDc52b142FED56c675D7157f6C7F4f91aad33b0#code) is deployed and verified on polygon mumbai testnet.\n\n## Features\n\n- Write blog posts that are owned only by you.\n- Create, read, update and delete posts.\n- Deploy an ERC20 contract to create token gated access to your blog.\n- All posts are encrypted.\n- Set access control condition - minimum no. of your ERC20 tokens a reader must own to decrypt your content. Setting more conditions will be supported in the future.\n- Writer - can mint their ERC20 tokens, transfer them, set new token price and withdraw their contract balance.\n- Reader - can mint new writer's tokens and transfer them.\n- Set or update your decentralized identity's basic profile - name, description and emoji.\n\n## Demo\n\n[Youtube](https://youtu.be/ZXcJMdZ59NE)\n\n## Installation\n\nClone this project to test locally\n\n```bash\n  git clone https://github.com/devpavan04/0xWriter.git\n  cd 0xWriter\n  npm install\n```\n\nAlso install client and middleware dependencies\n\n```bash\n  cd middleware\n  npm install\n  cd ..\n  cd client\n  npm install\n  cd ..\n```\n\n## Environment Variables\n\nAdd the following in the .env file inside `middleware` folder :\n\n`USER_GROUP_KEY`\n\n`USER_GROUP_SECRET`\n\nYou can get the above keys by going through [Textile Docs](https://docs.textile.io/hub/apis/#user-group-key)\n\nAdd the following in the .env file inside `client` folder :\n\n`REACT_APP_INFURA_API_KEY`\n\n`REACT_APP_SERVER_URL` - http://localhost:3001\n\n`REACT_APP_CERAMIC_URL` - http://localhost:7007\n\n## Run Locally\n\nStart ceramic daemon\n\n```bash\n  npm install -g @ceramicnetwork/cli\n  ceramic daemon\n```\n\nRun middleware\n\n```bash\n  cd middleware\n  npm start\n```\n\nStart client\n\n```bash\n  cd client\n  npm start\n```\n\nGo to http://localhost:3000 on your browser to interact with the dapp.\n\n## Technologies used\n\n- [Ceramic DID DataStore](https://developers.ceramic.network/tools/glaze/did-datastore/)\n\n- [Textile ThreadDB](https://docs.textile.io/threads/)\n\n- [Lit Protocol](https://litprotocol.com/)\n\nRead more on how the above technologies are used in the app [here](https://glory-barber-0dd.notion.site/0xWriter-Tech-Stack-e2e79965a4524147ac6dc079b82e3ac8)\n\n## Built With\n\n- [Create React App](https://create-react-app.dev/)\n\n- [Express JS](https://expressjs.com/)\n\n- [Geist UI](https://geist-ui.dev/en-us)\n\n- [Remix Icons](https://remixicon.com/)\n\n## Author\n\n[@pavansoratur](https://github.com/devpavan04)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpavan04%2F0xwriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpavan04%2F0xwriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpavan04%2F0xwriter/lists"}