{"id":46946749,"url":"https://github.com/programmer-ke/tweetledger","last_synced_at":"2026-03-11T07:36:56.368Z","repository":{"id":322812302,"uuid":"1090883941","full_name":"programmer-ke/tweetledger","owner":"programmer-ke","description":"Onchain Social Network","archived":false,"fork":false,"pushed_at":"2025-12-18T09:38:26.000Z","size":2464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-20T23:41:14.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/programmer-ke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T09:11:37.000Z","updated_at":"2025-12-18T09:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/programmer-ke/tweetledger","commit_stats":null,"previous_names":["programmer-ke/tweetledger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/programmer-ke/tweetledger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmer-ke%2Ftweetledger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmer-ke%2Ftweetledger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmer-ke%2Ftweetledger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmer-ke%2Ftweetledger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programmer-ke","download_url":"https://codeload.github.com/programmer-ke/tweetledger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmer-ke%2Ftweetledger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30374573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-03-11T07:36:55.672Z","updated_at":"2026-03-11T07:36:56.356Z","avatar_url":"https://github.com/programmer-ke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TweetLedger\n\n👪 An on-chain social experiment.\n\nSovereign, permissionless and censorship resistant online townsquare.\n\n🏗 Built on [Scaffold-ETH 2][eth]\n\n[eth]: https://scaffoldeth.io/\n\n\n## Development\n\n### Requirements\n\nBefore you begin, you need to install the following tools:\n\n- [Node (\u003e= v20.18.3)](https://nodejs.org/en/download/)\n- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))\n- [Git](https://git-scm.com/downloads)\n\n### Quickstart\n\n\n1. Install dependencies\n\n```\ncd tweetledger\nyarn install\n```\n\n2. Set front-end environment variables\n\nIn nextjs at `packages/nextjs` Copy `.env.example` to `.env.local` and set the recommended variables.\n\n3. Run a local network in the first terminal:\n\n```\nyarn chain\n```\n\nThis command starts a local Ethereum network using Hardhat. The network runs on your local machine and can be used for testing and development. You can customize the network configuration in `packages/hardhat/hardhat.config.ts`.\n\n4. On a second terminal, deploy the test contract:\n\n```\nyarn deploy\n```\n\nThis command deploys a test smart contract to the local network. The contract is located in `packages/hardhat/contracts` and can be modified to suit your needs. The `yarn deploy` command uses the deploy script located in `packages/hardhat/deploy` to deploy the contract to the network. You can also customize the deploy script.\n\n5. On a third terminal, start your NextJS app:\n\n```\nyarn start\n```\n\nVisit your app on: `http://localhost:3000`. You can interact with your smart contract using the `Debug Contracts` page. You can tweak the app config in `packages/nextjs/scaffold.config.ts`.\n\nRun smart contract test with `yarn hardhat:test`\n\n- Edit your smart contracts in `packages/hardhat/contracts`\n- Edit your frontend homepage at `packages/nextjs/app/page.tsx`. For guidance on [routing](https://nextjs.org/docs/app/building-your-application/routing/defining-routes) and configuring [pages/layouts](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts) checkout the Next.js documentation.\n- Edit your deployment scripts in `packages/hardhat/deploy`\n\n\n### Documentation\n\nVisit our [docs](https://docs.scaffoldeth.io) to learn how to start building with Scaffold-ETH 2.\n\nTo know more about its features, check out our [website](https://scaffoldeth.io).\n\n## Deployment\n\n### Deploying the Contract\n\n🔐 You will need to generate a deployer address using `yarn generate`\nThis creates a mnemonic and saves it locally.\n\n👩‍🚀 Use `yarn account` to view your deployer account balances.\n\n⛽️ You will need to send ETH to your deployer address with your\nwallet, or get it from a public faucet of your chosen network.\n\n✏️ Set the contract owner wallet address `CONTRACT_OWNER_ADDRESS` in\n`packages/hardhat/.env`\n\nScaffold ETH provides default Alchemy and Etherscan keys for\ninteracting with RPC servers and Etherscan. To avoid any issues with\nrate limits, you can use your own.\n\n✏️ Set the following in `packages/hardhat/.env` from [Alchemy][alchemy]\nand [Etherscan][etherscan] respectively:\n\n- `ALCHEMY_API_KEY`\n- `ETHERSCAN_V2_API_KEY`\n\n[alchemy]: https://dashboard.alchemy.com/\n[etherscan]: https://etherscan.io/\n\n\n📡 Edit the `defaultNetwork` to your choice of public EVM networks in\n`packages/hardhat/hardhat.config.ts` e.g. `sepolia`. Alternatively,\nuse the `--network` flat when deploying below.\n\n🚀 Run `yarn deploy` to deploy your smart contract to the public network\nselected in hardhat.config.ts above, **OR** specify the network\ne.g. `yarn deploy --network sepolia`. Note the contract address.\n\nOptionally run `yarn verify --network \u003cnetwork name\u003e` to verify the contract\non etherscan.\n\n### Deploying the Frontend\n\n#### Vercel\n\n✏️ Edit your frontend config in `packages/nextjs/scaffold.config.ts` to\nchange the `targetNetwork` to the appropriate network e.g\n`chains.sepolia` or `chains.optimismSepolia`\n\n💻 View your frontend at http://localhost:3000 and verify you see the correct network.\n\n📡 When you are ready to ship the frontend app...\n\n📦 Run `yarn vercel` to package up your frontend and deploy.\n\n\u003e You might need to log in to Vercel first by running `yarn vercel:login`.\n\u003e Once you log in (email, GitHub, etc), the default options should work.\n\n\u003e If you want to redeploy to the same production URL you can run `yarn\n\u003e vercel --prod`. If you omit the --prod flag it will deploy it to a\n\u003e preview/test URL.\n\n\u003e 🦊 Since we have deployed to a public testnet, you will now need to\n\u003e connect using a wallet you own or use a burner wallet. By default 🔥\n\u003e burner wallets are only available on hardhat . You can enable them\n\u003e on every chain by setting onlyLocalBurnerWallet: false in your\n\u003e frontend config (scaffold.config.ts in packages/nextjs/)\n\nSet the environment variables listed in `packages/nextjs/.env.example`\nin the Vercel Environment Config. You'll be prompted to redeploy for\nthem to take effect.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammer-ke%2Ftweetledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammer-ke%2Ftweetledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammer-ke%2Ftweetledger/lists"}