{"id":21850941,"url":"https://github.com/alidantech/nyumba_blockchain","last_synced_at":"2025-10-08T11:30:59.274Z","repository":{"id":225919048,"uuid":"767244472","full_name":"Alidantech/nyumba_blockchain","owner":"Alidantech","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-15T09:22:08.000Z","size":1669,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-28T00:29:47.359Z","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/Alidantech.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}},"created_at":"2024-03-05T00:16:03.000Z","updated_at":"2024-03-22T18:41:23.000Z","dependencies_parsed_at":"2024-03-17T05:13:37.865Z","dependency_job_id":"c1065d7f-07fe-4c84-a5f5-7f74e16859bb","html_url":"https://github.com/Alidantech/nyumba_blockchain","commit_stats":null,"previous_names":["alidante254/nyumba_blockchain","alidantech/nyumba_blockchain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alidantech%2Fnyumba_blockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alidantech%2Fnyumba_blockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alidantech%2Fnyumba_blockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alidantech%2Fnyumba_blockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alidantech","download_url":"https://codeload.github.com/Alidantech/nyumba_blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235706365,"owners_count":19032607,"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","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":"2024-11-28T00:25:43.977Z","updated_at":"2025-10-08T11:30:53.716Z","avatar_url":"https://github.com/Alidantech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nyumba\n\nWelcome to your new nyumba project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.\n\nTo get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.\n\nTo learn more before you start working with nyumba, 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- [Rust Canister Development Guide](https://internetcomputer.org/docs/current/developer-docs/backend/rust/)\n- [ic-cdk](https://docs.rs/ic-cdk)\n- [ic-cdk-macros](https://docs.rs/ic-cdk-macros)\n- [Candid Introduction](https://internetcomputer.org/docs/current/developer-docs/backend/candid/)\n\nIf you want to start working on your project right away, you might want to try the following commands:\n\n```bash\ncd nyumba/\ndfx help\ndfx canister --help\n```\n\n## Running the project locally\n\nIf you want to test your project locally, you can use the following commands:\n\n```bash\n# Starts the replica, running in the background\ndfx start --background\n\n# Deploys your canisters to the replica and generates your candid interface\ndfx deploy\n```\n\nOnce the job completes, your application will be available at `http://localhost:4943?canisterId={asset_canister_id}`.\n\nIf you have made changes to your backend canister, you can generate a new candid interface with\n\n```bash\nnpm run generate\n```\n\nat any time. This is recommended before starting the frontend development server, and will be run automatically any time you run `dfx deploy`.\n\nIf you are making frontend changes, you can start a development server with\n\n```bash\nnpm start\n```\n\nWhich will start a server at `http://localhost:8080`, proxying API requests to the replica at port 4943.\n\n### Note on frontend environment variables\n\nIf you are hosting frontend code somewhere without using DFX, you may need to make one of the following adjustments to ensure your project does not fetch the root key in production:\n\n- set`DFX_NETWORK` to `ic` if you are using Webpack\n- use your own preferred method to replace `process.env.DFX_NETWORK` in the autogenerated declarations\n  - Setting `canisters -\u003e {asset_canister_id} -\u003e declarations -\u003e env_override to a string` in `dfx.json` will replace `process.env.DFX_NETWORK` with the string in the autogenerated declarations\n- Write your own `createActor` constructor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidantech%2Fnyumba_blockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falidantech%2Fnyumba_blockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidantech%2Fnyumba_blockchain/lists"}