{"id":20533077,"url":"https://github.com/hellotokenio/hellonet-trustscore","last_synced_at":"2026-05-29T12:31:30.986Z","repository":{"id":101353487,"uuid":"147415641","full_name":"HelloTokenIO/HelloNet-TrustScore","owner":"HelloTokenIO","description":"Non-transferable token and credited by the network based on the work accomplished","archived":false,"fork":false,"pushed_at":"2018-09-06T16:44:02.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-07T18:56:58.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/HelloTokenIO.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":"2018-09-04T20:44:50.000Z","updated_at":"2018-09-06T16:44:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e272acaf-5f31-4612-aa4f-8f394e03709d","html_url":"https://github.com/HelloTokenIO/HelloNet-TrustScore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HelloTokenIO/HelloNet-TrustScore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloTokenIO%2FHelloNet-TrustScore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloTokenIO%2FHelloNet-TrustScore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloTokenIO%2FHelloNet-TrustScore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloTokenIO%2FHelloNet-TrustScore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelloTokenIO","download_url":"https://codeload.github.com/HelloTokenIO/HelloNet-TrustScore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelloTokenIO%2FHelloNet-TrustScore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33652979,"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-29T02:00:06.066Z","response_time":107,"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-11-16T00:18:34.229Z","updated_at":"2026-05-29T12:31:30.954Z","avatar_url":"https://github.com/HelloTokenIO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloNetTrustScore\nNon-transferable token and credited by the network based on the work accomplished\n* Token can be earned based on the credit\n* Token is not transferable by the receiver\n* Token is not tradable by the receiver\n* Token is awarded based on the client\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n* Node: Download from https://nodejs.org/en/\n* Ganache-cli: add next line into command console\n\n```\nnpm install -g ganache-cli\n```\n\n* Truffle: add next line into command console\n\n```\nnpm install -g truffle \n```\n\n* Babel-core: add next line into command console \n\n```\nnpm install --save-dev babel-core\n```\n\n* Babel-register: add next line into command console \n\n```\nnpm install babel-register --save-dev \n```\n\n* Babel-es2015: add next line into command console\n\n```\nnpm install --save-dev babel-preset-es2015\n```\n\n* Babel-stage-2: add next line into command console\n\n```\nnpm install --save-dev babel-preset-stage-2\n```\n\n* Babel-stage-3: add next line into command console\n\n```\nnpm install --save-dev babel-preset-stage-3\n```\n\n* Babel-polyfill: add next line into command console\n\n```\nnpm install --save babel-polyfill\n```\n\n* chai: add next line into command console\n\n```\nnpm install chai\n```\n\n* chai-as-promised: add next line into command console\n\n```\nnpm install chai-as-promised\n```\n\n* chai-bignumber: add next line into command console\n\n```\nnpm install chai-bignumber\n```\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\nStart Ganache environment by opening a new command console and typing:\n\n```\nganache-cli -a 8 \n```\n\nInstall zeppelin dependecies within project file\n\n```\nnpm install -E zeppelin-solidity@1.11.0\n```\n\nCompile project \n\n```\ntruffle compile\n```\n\nMigrate project\n\n```\ntruffle migrate --reset \n```\n\n\n## Running the tests\n\nAutomated testing is included within the Testing file, you can run it within a command console by typing:\n\n```\ntruffle test\n```\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n### And coding style tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n## Deployment\n\nAdd additional notes about how to deploy this on a live system\n\n## Built With\n\n* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds\n\n## Contributing\n\n\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \n\n## Authors\nK.Waheed Rahuman\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellotokenio%2Fhellonet-trustscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellotokenio%2Fhellonet-trustscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellotokenio%2Fhellonet-trustscore/lists"}