{"id":13407284,"url":"https://github.com/pisuthd/raiden-dooh","last_synced_at":"2025-10-12T00:58:10.364Z","repository":{"id":81861137,"uuid":"160904662","full_name":"pisuthd/raiden-dooh","owner":"pisuthd","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-15T13:44:38.000Z","size":13233,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T02:11:08.167Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pisuthd.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}},"created_at":"2018-12-08T04:43:07.000Z","updated_at":"2018-12-15T13:44:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0ebe19e-72a5-4052-9245-f5776025cdd3","html_url":"https://github.com/pisuthd/raiden-dooh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pisuthd/raiden-dooh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisuthd%2Fraiden-dooh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisuthd%2Fraiden-dooh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisuthd%2Fraiden-dooh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisuthd%2Fraiden-dooh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pisuthd","download_url":"https://codeload.github.com/pisuthd/raiden-dooh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisuthd%2Fraiden-dooh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009507,"owners_count":26084609,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2024-07-30T20:00:35.366Z","updated_at":"2025-10-12T00:58:10.333Z","avatar_url":"https://github.com/pisuthd.png","language":"TypeScript","funding_links":[],"categories":["Developer Resources","⚡ Developer Resources"],"sub_categories":["🖥️ RApps","RApps"],"readme":"# Raidenooh \n\nRaidenooh is a decentralized digital signage platform that going to tackle a problem in tradition advertisement industry which is a long and complex process. The new blockchain based system will be a breakthough to the industry, advertiser can post an ad directly to the publisher reduce a time-to-publish from 30 days to 3 minutes where the payment is instant and don't require any intermediary.\n\n* Powered by Ethereum + Raiden\n* [Details on Devpost](https://devpost.com/software/raidenooh )\n\n![System Overview](https://s3-ap-southeast-1.amazonaws.com/ferrock-scg/diagram.png)\n\n## Installation\n\nThe application will need Raiden for micro-payment functionality, please ensure Raiden node is up and running and a channel is still open between parties.\n\n```javascript\nconfiguration : [\n    {\n      name: 'starbuck',\n      raiden_host : 'http://159.89.203.92:5001',\n      address : '0xBdCC4678904D728A7394aabC7eeC76A3578eA4B2'\n    },\n    {\n      name: 'thebridge',\n      raiden_host : 'http://167.99.66.17:5001',\n      address : '0x6ff879Fc4a3799C428B98bfD1Aec053C08EddF63'\n    }\n  ]\n```\n\nYou may need to deploy solidity smart contracts and then amend in 'eth.service.ts' then run\n\n```javascript\nnpm install\nnpm start\n```\n\n### Getting started\nIt will be no form to input the data in web application since we think it is unnecessary and need to take a lot of time to pursue. The only way to input the data into the system is by using Remix IDE, the example data is following\n\n```javascript\n// example data for publisher\n// 0x6ff879Fc4a3799C428B98bfD1Aec053C08EddF63,\"the bridge SG\"\n\n// example data for screen\n// 1,\"Office Lobby\",\"secret\",10000000000000000,10\n// 1,\"Lift to Car Park\",\"secret\",10000000000000000,10\n// 1,\"Retail Drop-Off\",\"secret\",10000000000000000,10\n\n// example data for ad\n// \"0xBdCC4678904D728A7394aabC7eeC76A3578eA4B2\",\"cupcake promotion\",\"https://s3-ap-southeast-1.amazonaws.com/gamedex-static/test/20181208_213315.jpg\"\n// \"0xBdCC4678904D728A7394aabC7eeC76A3578eA4B2\",\"avenger x\",\"https://s3-ap-southeast-1.amazonaws.com/gamedex-static/test/20181208_213901.jpg\"\n// \"0xBdCC4678904D728A7394aabC7eeC76A3578eA4B2\",\"iphone xx\",\"https://s3-ap-southeast-1.amazonaws.com/gamedex-static/test/20181208_214412.jpg\"\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisuthd%2Fraiden-dooh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpisuthd%2Fraiden-dooh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisuthd%2Fraiden-dooh/lists"}