{"id":20673960,"url":"https://github.com/baitun/voteex","last_synced_at":"2025-04-19T19:56:08.449Z","repository":{"id":38367777,"uuid":"193226056","full_name":"baitun/VoteEX","owner":"baitun","description":"🔐 Blockchain-based site reviews Chrome extension (part of Decentralized Web Hackathon)","archived":false,"fork":false,"pushed_at":"2023-12-15T14:43:56.000Z","size":4568,"stargazers_count":5,"open_issues_count":24,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T12:35:08.556Z","etag":null,"topics":["arweave","blockchain","chrome-extension","fluence","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/baitun.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}},"created_at":"2019-06-22T11:25:49.000Z","updated_at":"2022-02-07T10:05:05.000Z","dependencies_parsed_at":"2023-01-26T12:01:09.296Z","dependency_job_id":null,"html_url":"https://github.com/baitun/VoteEX","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baitun%2FVoteEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baitun%2FVoteEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baitun%2FVoteEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baitun%2FVoteEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baitun","download_url":"https://codeload.github.com/baitun/VoteEX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249787075,"owners_count":21325569,"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":["arweave","blockchain","chrome-extension","fluence","react"],"created_at":"2024-11-16T20:43:08.935Z","updated_at":"2025-04-19T19:56:08.430Z","avatar_url":"https://github.com/baitun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain-based site reviews Chrome extension\n\n![Chrome Extension screenshot](docs/screenshot.png)\n\n## How to run\n\n- Run script\n\n```bash\n# build files to './dev'\n# start webpack development server\n$ npm run dev\n```\n\n- [Load unpacked extensions](https://developer.chrome.com/extensions/getstarted#unpacked) with `./dev` folder.\n\n### For production:\n\n```bash\n# compress build folder to {manifest.name}.zip and crx\n$ npm run build\n$ npm run compress\n```\n\n## Build with\n\n- [react-chrome-extension-boilerplate](https://github.com/jhen0409/react-chrome-extension-boilerplate) - Boilerplate for Chrome Extension React.js project\n\n## Arweave\n\nDefault address is -uUlJ3b5YiY06C99aPBogOkxpECXMgkhm45ZugrdyHk\nKeyfile is loacated in keyfiles/example.json\nPassphrase is 12345678\n\nTx example: http://arweave.net/tx/CMUFSPIakmNfjWXmWlAbRZxJCTX5c-lMVcCc8x-QZgc\n\n## Fluence\n\nETH address is 0x3B3AC9B65c2f9602865f0E6d8EEcD468920938f7\n\nHow to work with it?\n\n```javascript\nlet contract = '0xeFF91455de6D4CF57C141bD8bF819E5f873c1A01'; // Fluence contract address\nlet appId = 252; // Deployed database id\nlet ethereumUrl = 'http://geth.fluence.one:8545'; // Ethereum light node URL\n\n// Connect to your app\nfluence.connect(contract, appId, ethereumUrl).then((s) =\u003e {\n  console.log('Session created');\n  window.session = s;\n});\n```\n\n```javascript\n// Send a request\nsession.request('SET A 10');\n\n// Send a request, and read its result\nsession\n  .request('GET A')\n  .result()\n  .then((r) =\u003e {\n    console.log('Result: ' + r.asString());\n  });\n```\n\n## Contributors ✨\n\nThis project is part of [Decentralized Web Hackathon](https://web3hack.dev/), sponsored by [fluence](http://fluence.network/) and [arweave](http://arweave.org/) (Jun 22-23 2019, Minsk, Belarus).\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://savin.dev\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/5827605?v=4\" width=\"100px;\" alt=\"Yury Savin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYury Savin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/baitun/VoteEX/commits?author=baitun\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/execc\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/13734701?v=4\" width=\"100px;\" alt=\"execc\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eexecc\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/baitun/VoteEX/commits?author=execc\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#talk-execc\" title=\"Talks\"\u003e📢\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://easychain.tech\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/15259841?v=4\" width=\"100px;\" alt=\"Yuliya Palamarchuk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYuliya Palamarchuk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-JulyElektra\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/AndreKuren\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/49484901?v=4\" width=\"100px;\" alt=\"AndreKuren\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndreKuren\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-AndreKuren\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! If you have any questions, feel free to contact me via telegram: https://t.me/savinyurii\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaitun%2Fvoteex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaitun%2Fvoteex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaitun%2Fvoteex/lists"}