{"id":18014319,"url":"https://github.com/greenpill-dev-guild/allo-yeeter","last_synced_at":"2026-03-16T19:33:59.364Z","repository":{"id":258299646,"uuid":"865695689","full_name":"greenpill-dev-guild/allo-yeeter","owner":"greenpill-dev-guild","description":" A simple tool to distribute funds in a few steps built with Allo protocol","archived":false,"fork":false,"pushed_at":"2025-04-17T19:41:09.000Z","size":35029,"stargazers_count":13,"open_issues_count":14,"forks_count":1,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-04-17T22:19:11.333Z","etag":null,"topics":["allo","allocation","capital","ethereum","gitcoin","optimism","public-goods","react","solidity","tailwindcss","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://allo-yeeter.vercel.app","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/greenpill-dev-guild.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},"funding":{"github":["greenpill-dev-guild"],"custom":[{"url":"https://explorer.gitcoin.co/#/projects/0x4f354435756ee1c1ea18402a559874cd2bb918ad795b7e361e1257425e57a7de","label":"Gitcoin"},{"url":"https://giveth.io/project/greenpill-dev-guild","label":"Giveth"}]}},"created_at":"2024-10-01T01:03:48.000Z","updated_at":"2025-04-17T19:41:11.000Z","dependencies_parsed_at":"2025-04-17T09:06:00.400Z","dependency_job_id":"b7bc5f64-dd4c-4c4c-b14a-911e5ff66aae","html_url":"https://github.com/greenpill-dev-guild/allo-yeeter","commit_stats":null,"previous_names":["greenpill-dev-guild/allo-yeeter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greenpill-dev-guild/allo-yeeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpill-dev-guild%2Fallo-yeeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpill-dev-guild%2Fallo-yeeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpill-dev-guild%2Fallo-yeeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpill-dev-guild%2Fallo-yeeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenpill-dev-guild","download_url":"https://codeload.github.com/greenpill-dev-guild/allo-yeeter/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenpill-dev-guild%2Fallo-yeeter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270234665,"owners_count":24550171,"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-08-13T02:00:09.904Z","response_time":66,"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":["allo","allocation","capital","ethereum","gitcoin","optimism","public-goods","react","solidity","tailwindcss","typescript","vitejs"],"created_at":"2024-10-30T04:07:46.097Z","updated_at":"2026-03-16T19:33:59.297Z","avatar_url":"https://github.com/greenpill-dev-guild.png","language":"TypeScript","readme":"# allo-yeeter\nRepo holding code for client and contract for Allo Yeeter RFP making a simple tool to distribute funds built on top of Allo.\n\n## Project Structure\nThis is a monorepo project managed with Turborepo and Bun as the package manager.\n\n## Prerequisites\n\n- Node.js (version 20 or later)\n- Bun (version 1.1.20 or later)\n\n## Getting Started\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/greenpill-dev-guild/allo-yeeter.git\n   cd allo-yeeter\n   ```\n\n1. Set up submodules (allo-v2-sdk)\n    ```\n    git submodule init \u0026\u0026 git submodule update\n    ```\n    (later, use `git submodule update --remote` to download updates to SDK)\n\n1. Install dependencies:\n   ```\n   bun install\n   ```\n\n1. Build the kit package:\n   ```\n   bun run build:kit\n   ```\n\n## Available Scripts\n\n- `bun run dev`: Start the development server for all apps\n- `bun run build`: Build all apps and packages\n- `bun run lint`: Run linting for all apps and packages\n- `bun run format`: Format all files using Prettier\n- `bun run dev:yeeter`: Start the development server for the yeeter app\n\n## Workspace Structure\n\nThis monorepo contains the following workspaces:\n- `apps/*`: Application projects\n- `packages/*`: Shared packages\n\n## Development Workflow\n\n1. Run `bun run build:kit` to build the shared kit package.\n2. Use `bun run dev` to start development servers for all apps, or `bun run dev:yeeter` for the yeeter app specifically.\n\n## Additional Information\n\n- This project uses Turborepo for task running and caching. Check `turbo.json` for task configurations.\n- The project is set up to use environment variables. Make sure to set up your `.env.*local` files as needed.\n- For more detailed information about each app or package, refer to their respective README files in the workspace directories.\n\n## Project Repository\n\nYou can find the project repository at: [https://github.com/greenpill-dev-guild/allo-yeeter](https://github.com/greenpill-dev-guild/allo-yeeter)\n","funding_links":["https://github.com/sponsors/greenpill-dev-guild",{"url":"https://explorer.gitcoin.co/#/projects/0x4f354435756ee1c1ea18402a559874cd2bb918ad795b7e361e1257425e57a7de","label":"Gitcoin"},{"url":"https://giveth.io/project/greenpill-dev-guild","label":"Giveth"}],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenpill-dev-guild%2Fallo-yeeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenpill-dev-guild%2Fallo-yeeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenpill-dev-guild%2Fallo-yeeter/lists"}