{"id":30703199,"url":"https://github.com/dfinity/icp-hello-world-motoko","last_synced_at":"2025-09-02T16:57:16.408Z","repository":{"id":218896869,"uuid":"743543677","full_name":"dfinity/icp-hello-world-motoko","owner":"dfinity","description":"A quick and easy way to develop for the Internet Computer in Motoko on macOS, Windows or Linux.","archived":false,"fork":false,"pushed_at":"2025-03-03T14:52:56.000Z","size":276,"stargazers_count":7,"open_issues_count":1,"forks_count":20,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-30T07:32:33.361Z","etag":null,"topics":["blockchain","icp","internet-computer","internet-computer-protocol","motoko","smart-contracts","wasm","windows"],"latest_commit_sha":null,"homepage":"https://internetcomputer.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinity.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T13:13:22.000Z","updated_at":"2025-03-03T14:52:59.000Z","dependencies_parsed_at":"2024-02-15T17:30:00.608Z","dependency_job_id":"f6e9d334-f90d-4d33-a1b5-6231a8ea656b","html_url":"https://github.com/dfinity/icp-hello-world-motoko","commit_stats":null,"previous_names":["dfinity/icp-hello-world-motoko"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dfinity/icp-hello-world-motoko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-hello-world-motoko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-hello-world-motoko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-hello-world-motoko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-hello-world-motoko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinity","download_url":"https://codeload.github.com/dfinity/icp-hello-world-motoko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Ficp-hello-world-motoko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273317765,"owners_count":25084037,"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-02T02:00:09.530Z","response_time":77,"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":["blockchain","icp","internet-computer","internet-computer-protocol","motoko","smart-contracts","wasm","windows"],"created_at":"2025-09-02T16:57:14.711Z","updated_at":"2025-09-02T16:57:16.370Z","avatar_url":"https://github.com/dfinity.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICP Hello World Motoko\n\nThis repository provides a quick and easy way to start developing a canister smart contract for the [Internet Computer](https://internetcomputer.org/) in Motoko.\nThe repository can be used with macOS, Windows or Linux.\n\n## Getting Started\n\nTo get started with Gitpod, click the button below:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dfinity/icp-hello-world-motoko)\n\nIf you rather want to use GitHub Codespaces, click this button instead:\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dfinity/icp-hello-world-motoko?quickstart=1)\n\nIf you prefer running VS Code locally and not in the browser, click \"Codespaces: ...\" or \"Gitpod\" in the bottom left corner and select \"Open in VS Code\" in the menu that appears. \nIf prompted, proceed by installing the recommended plugins for VS Code.\n\n### Running your Project\n\nAfter the IDE has opened, run `dfx start`, then open a new terminal and run `dfx deploy` to deploy the frontend and backend. \nClick on the first green link at the end of the output to see your canister's frontend in the browser.\nTo interact with the backend canister, click on the second green link.\n**NOTE**: When developing in GitHub Codespaces, run `./scripts/canister_urls.py` and use the links that are shown there.\n\nFor interactive development of the frontend canister, you can also start a local dev server by running `npm run dev`.\nYou can find your canister's frontend running under http://127.0.0.1:5173.\n\nIf you make changes to the backend canister, remember to call `dfx deploy` first; it suffices to reload the frontend canister's webpage to reflect the changes you've made.\nIf your environment was restarted or has been inactive over some time, you might need to run `dfx start --background` before running `dfx deploy`.\n\n## Testing your Project\n\nTo run the [integration tests](/src/backend/tests/integration_tests.py) for your backend canister, first run `dfx build` to build the canister, and then `./src/backend/tests/integration_tests.py`.\nIf the canisters have not yet been created, run `dfx canister create --all` before `dfx build`.\n\n## Local Development\n\nIf you prefer to develop locally, first install [Docker](https://www.docker.com/get-started/) and [VS Code](https://code.visualstudio.com/) and start them on your machine.\nNext, click the following button to open the dev container locally:\n\n[![Open locally in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dfinity/icp-hello-world-motoko)\n\nIf prompted, install the required/recommended plugins for VS Code.\n\n## Documentation and Guides\n\nTo learn more before you start working on this project, see the following documentation available online:\n\n- [Quick Start](https://internetcomputer.org/docs/current/developer-docs/setup/deploy-locally)\n- [SDK Developer Tools](https://internetcomputer.org/docs/current/developer-docs/setup/install)\n- [Motoko Programming Language Guide](https://internetcomputer.org/docs/current/motoko/main/motoko)\n- [Motoko Language Quick Reference](https://internetcomputer.org/docs/current/motoko/main/language-manual)\n\nIf you want to start working on your project right away, you might want to try the following commands to familiarize yourself with `dfx`:\n\n```bash\ndfx help\ndfx canister --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Ficp-hello-world-motoko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinity%2Ficp-hello-world-motoko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Ficp-hello-world-motoko/lists"}