{"id":18602881,"url":"https://github.com/flynnderek/iotapp-home-security-app","last_synced_at":"2026-04-09T20:51:34.346Z","repository":{"id":39037372,"uuid":"283934710","full_name":"FlynnDerek/iotapp-home-security-app","owner":"FlynnDerek","description":"A home security dapp built using iotapp","archived":false,"fork":false,"pushed_at":"2023-01-06T12:55:48.000Z","size":3217,"stargazers_count":1,"open_issues_count":23,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T18:12:24.784Z","etag":null,"topics":["arduino","blockchain-as-a-backend","blockchain-as-a-service","decentralized-applications","esp32","esp8266","pir-sensor","serverless-applications","serverless-framework"],"latest_commit_sha":null,"homepage":"http://security-dapp.surge.sh/","language":"Vue","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/FlynnDerek.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}},"created_at":"2020-07-31T03:39:18.000Z","updated_at":"2023-01-31T18:26:28.000Z","dependencies_parsed_at":"2023-02-06T03:16:55.245Z","dependency_job_id":null,"html_url":"https://github.com/FlynnDerek/iotapp-home-security-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FlynnDerek/iotapp-home-security-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlynnDerek%2Fiotapp-home-security-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlynnDerek%2Fiotapp-home-security-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlynnDerek%2Fiotapp-home-security-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlynnDerek%2Fiotapp-home-security-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlynnDerek","download_url":"https://codeload.github.com/FlynnDerek/iotapp-home-security-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlynnDerek%2Fiotapp-home-security-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265047848,"owners_count":23703218,"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":["arduino","blockchain-as-a-backend","blockchain-as-a-service","decentralized-applications","esp32","esp8266","pir-sensor","serverless-applications","serverless-framework"],"created_at":"2024-11-07T02:12:46.369Z","updated_at":"2025-10-24T21:10:05.836Z","avatar_url":"https://github.com/FlynnDerek.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iotapp-home-security-dapp\n\n## Install Dependencies\n```\nnpm install\n```\n\n## Project Setup\nIn the ```HelloWorld.vue``` file (around line 107), add your channel API keys to the API functions. Then, around line 154, add your API keys to the ```pollData() ``` function.\n\n#### Examples\n```javascript\n    iotapp.getPrivateChain(\"myOz8FZXhT4lBzJplmXtUbneP8eeXpSp\",\"3imNnMduakmu6JmFafIxnu8WJj28BjQI\")\n\n    iotapp.getLatestTx(\"myOz8FZXhT4lBzJplmXtUbneP8eeXpSp\",\"3imNnMduakmu6JmFafIxnu8WJj28BjQI\")\n```\n```javascript\n    pollData() {\n      this.polling = setInterval(() =\u003e {\n        iotapp.getLatestTx(\"myOz8FZXhT4lBzJplmXtUbneP8eeXpSp\", \"3imNnMduakmu6JmFafIxnu8WJj28BjQI\")\n          .then((data) =\u003e (this.latestData = data))\n          .catch((err) =\u003e console.log(\"Error occurred:\", err));\n      }, 2000);\n    },\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflynnderek%2Fiotapp-home-security-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflynnderek%2Fiotapp-home-security-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflynnderek%2Fiotapp-home-security-app/lists"}