{"id":19730730,"url":"https://github.com/fairdatasociety/fdp-todo-app-tutorial","last_synced_at":"2026-05-31T23:31:59.078Z","repository":{"id":78451367,"uuid":"579089567","full_name":"fairDataSociety/fdp-TODO-app-tutorial","owner":"fairDataSociety","description":"An interactive how-to guide for beginners on getting started with building dApps on Fair Data Protocol using fdp-storage, FairOS and fdp-play.","archived":false,"fork":false,"pushed_at":"2023-03-03T13:29:54.000Z","size":1114,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T03:27:49.508Z","etag":null,"topics":["fairdataprotocol","fairos","fdp-storage","todoapp","tutorial"],"latest_commit_sha":null,"homepage":"https://bah5acgzapgbmsruj6mda4cerox2nuqaae6qhwynek2dbg3xoy7ypvloqaveq.bzz.link/","language":"Svelte","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/fairDataSociety.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}},"created_at":"2022-12-16T16:23:41.000Z","updated_at":"2023-03-22T00:33:48.000Z","dependencies_parsed_at":"2025-01-10T17:43:41.650Z","dependency_job_id":"6dedcf58-e240-4cff-a4c8-33e9f95d5466","html_url":"https://github.com/fairDataSociety/fdp-TODO-app-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fairDataSociety/fdp-TODO-app-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairDataSociety%2Ffdp-TODO-app-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairDataSociety%2Ffdp-TODO-app-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairDataSociety%2Ffdp-TODO-app-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairDataSociety%2Ffdp-TODO-app-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairDataSociety","download_url":"https://codeload.github.com/fairDataSociety/fdp-TODO-app-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairDataSociety%2Ffdp-TODO-app-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33753923,"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-05-31T02:00:06.040Z","response_time":95,"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":["fairdataprotocol","fairos","fdp-storage","todoapp","tutorial"],"created_at":"2024-11-12T00:17:26.347Z","updated_at":"2026-05-31T23:31:59.054Z","avatar_url":"https://github.com/fairDataSociety.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with Fair Data Protocol (FDP)\n\nAn interactive how-to guide for beginners on getting started with building dApps on Fair Data Protocol using `fdp-storage`, `FairOS` and `fdp-play`.\n\nIndependent Todo apps built using the two approaches described in this tutorial:\n- `fdp-storage` \u0026 `fdp-play` : https://github.com/fairDataSociety/fdp-storage-TODO-app-example\n- `FairOS` \u0026 `fdp-play` : https://github.com/fairDataSociety/fairos-TODO-app-example\n\n---\n#### Diagram 1: Fair Data Protocol - Creating Accounts\n![image](https://raw.githubusercontent.com/fairDataSociety/fdp-TODO-app-tutorial/main/public/fdp.svg)\n\n---\n#### Diagram 2: Creating Accounts wit FdpStorage / Blossom\n![image](https://raw.githubusercontent.com/fairDataSociety/fdp-TODO-app-tutorial/main/public/fdpstorage.svg)\n\n---\n#### Diagram 3: Blossom browser extension\n![image](https://raw.githubusercontent.com/fairDataSociety/fdp-TODO-app-tutorial/main/public/blossom.svg)\n\n---\n## Local Development Setup\n\n### Prerequisites:\n\n**Requirements:** \n\n- Docker must be already installed\n- `node \u003e= 16`\n\n#### Install `fdp-play` globally\n```shell\n$ npm install -g @fairdatasociety/fdp-play\n```\n\n#### Spin up a local FDP development environment with fairos\n```shell\n$ fdp-play start --fairos\n```\n\n### Setup \u0026 Installation:\n\n#### Clone the repo\n```shell\n$ git clone https://github.com/fairDataSociety/fdp-TODO-app-tutorial.git\n```\n\n```shell\n$ cd fdp-TODO-app-tutorial\n```\n\n### Install dependencies\n```shell\n$ npm install\n```\n\n### Run application\n**Requirements:** `fdp-play` must be running already! \n\n```shell\n$ npm run dev\n```\n\nThe application can be viewed at - http://localhost:5173/ \n\n### Screenshots\n\n![image](https://user-images.githubusercontent.com/520570/210038808-d84ed496-ec43-4be2-bca3-362c7d49c15f.png)\n\n---\n\n![image](https://user-images.githubusercontent.com/520570/210038865-cb215262-98be-40f4-ac0e-8726dafb1423.png)\n\n---\n\n![image](https://user-images.githubusercontent.com/520570/207890048-6502ab71-3e30-4e85-bbe7-b89444a17a0f.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdatasociety%2Ffdp-todo-app-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairdatasociety%2Ffdp-todo-app-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdatasociety%2Ffdp-todo-app-tutorial/lists"}