{"id":50930339,"url":"https://github.com/daviddprtma/continuum","last_synced_at":"2026-06-17T03:07:05.875Z","repository":{"id":344822315,"uuid":"1181635945","full_name":"daviddprtma/continuum","owner":"daviddprtma","description":"Reflects the seamless flow of assets from one state or person to another.","archived":false,"fork":false,"pushed_at":"2026-03-16T12:57:00.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T01:16:41.042Z","etag":null,"topics":["devpost","hedera","hedera-blockchain","quantum-sprint"],"latest_commit_sha":null,"homepage":"https://continuum-ten-beta.vercel.app","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/daviddprtma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-03-14T12:17:32.000Z","updated_at":"2026-03-16T12:57:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/daviddprtma/continuum","commit_stats":null,"previous_names":["daviddprtma/continuum"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/daviddprtma/continuum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddprtma%2Fcontinuum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddprtma%2Fcontinuum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddprtma%2Fcontinuum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddprtma%2Fcontinuum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daviddprtma","download_url":"https://codeload.github.com/daviddprtma/continuum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddprtma%2Fcontinuum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34431825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["devpost","hedera","hedera-blockchain","quantum-sprint"],"created_at":"2026-06-17T03:07:05.296Z","updated_at":"2026-06-17T03:07:05.870Z","avatar_url":"https://github.com/daviddprtma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/daviddprtma/continuum/blob/main/public/blockchain-1.png\" style=\"text-align: center; width: 100px;\"/\u003e\n\n\n# Continuum\n\nContinuum is the seamless flow of assets from one state or person to another — a new paradigm for how we manage and transfer wealth in the digital age.\n\n## Pitch Deck\nHere's the pitch deck for Continuum: 👉[Continuum PDF](https://drive.google.com/drive/folders/1cz0PgOo5FPL-KTcBCzof0ExXN6uSV1P5?usp=sharing)\n\n# Features\n- Stream: Automate asset transfers with precise timing and logic, allowing users to stream wealth to designated recipients.\n- Legacy: Create trustless legacy plans that activate based on predefined conditions (e.g., inactivity), ensuring permanent asset distribution without intermediaries.\n- Relay: Facilitate synchronized smart transfers between parties, enabling secure and agreed-upon transactions without a middleman.\n\n# Technologies Used\n- React: A JavaScript library for building user interfaces.\n- Vite: A fast build tool for modern web projects.\n- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.\n- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.\n- Wagmi: A collection of React Hooks for Ethereum.\n- Web3Modal: A library to easily connect web3 wallets.\n- Supabase: An open-source Firebase alternative providing a PostgreSQL database, authentication, and more.\n\n# Installation\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js: Version 18 or higher. You can download it from [nodejs.org](https://nodejs.org/en)\n- pm (Node Package Manager) or Yarn: npm comes with Node.js, or you can install Yarn globally (npm install -g yarn).\n\n1.) Clone Repository\nFirst, clone the project repository to your local machine:\n```shell\ngit clone https://github.com/youvandra/aegis-protocol\ncd continuum\n```\n\n2.) Install Dependencies\nNavigate into the project directory and install the required dependencies:\n```shell\nnpm install\n# or\nyarn install\n```\n\n3.) Environment Variables Setup\nThis project uses Supabase for its backend and Wagmi/Web3Modal for wallet integration, which require environment variables.\n\nCreate a .env file in the root of your project directory (if it doesn't already exist) and add the following variables:\n\n```shell\nVITE_SUPABASE_URL=\"YOUR_SUPABASE_URL\"\nVITE_SUPABASE_ANON_KEY=\"YOUR_SUPABASE_ANON_KEY\"\nVITE_WAGMI_PROJECT_ID=\"YOUR_WAGMI_PROJECT_ID\"\n```\n\n- VITE_SUPABASE_URL: Your Supabase project URL. You can find this in your Supabase project settings under API -\u003e Project URL.\n- VITE_SUPABASE_ANON_KEY: Your Supabase public anon key. You can find this in your Supabase project settings under API -\u003e Project API keys.\n- VITE_WAGMI_PROJECT_ID: Your Reown Project ID. You can obtain this from [Reown](https://reown.com/).\nImportant: Do not commit your .env file to version control. It is already included in .gitignore.\n\n4.) Database Setup (Supabase)\nThis project relies on a Supabase PostgreSQL database. The schema is defined by migrations.\n\n1.) Create a Supabase Project: If you don't have one, create a new project on [Supabase](https://supabase.com/).\n\n2.) Run Migrations: The project's database schema is managed via Supabase migrations. You will need to apply these migrations to your Supabase project. Typically, you would use the Supabase CLI for this:\n\n```shell\n# Ensure you have the Supabase CLI installed:\n# npm install -g supabase\n# or brew install supabase/supabase/supabase\n\nnpx supabase login\nnpx supabase link --project-ref YOUR_SUPABASE_PROJECT_REF\nnpx supabase db push\n```\nReplace YOUR_SUPABASE_PROJECT_REF with your actual Supabase project reference (found in your project URL or settings).\n\n5. Run the Development Server\nOnce all dependencies are installed and environment variables are set, you can start the development server:\n\n```shell\nnpm run dev\n# or\nyarn dev\n```\n\n6. Build for Production\nTo create a production-ready build of the application:\n```shell\nnpm run build\n# or\nyarn build\n```\nThis command compiles the application into the dist directory, ready for deployment.\n\n\n# Contribute\n\n1.) Fork the repository\n2.) Create a feature branch (git checkout -b feature/amazing-feature)\n3.) Commit your changes (git commit -m 'Add some amazing feature')\n4.) Push to the branch (git push origin feature/amazing-feature)\n5.) Open a Pull Request\n\n\n# License\n\nYou can also mention what license the project uses. I usually add it like this:\n\n[MIT license](./LICENSE)\n\n## Demo Video 🎥\nHere's the demo video for ShowFarm👇\n\u003cbr\u003e \n\n[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/mT25_1Hl278/0.jpg)](https://www.youtube.com/watch?v=mT25_1Hl278)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddprtma%2Fcontinuum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaviddprtma%2Fcontinuum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddprtma%2Fcontinuum/lists"}