{"id":25415168,"url":"https://github.com/haloplatform/vuex-web3-sync","last_synced_at":"2025-10-31T07:32:15.475Z","repository":{"id":57115011,"uuid":"117735874","full_name":"haloplatform/vuex-web3-sync","owner":"haloplatform","description":":icecream: This syncs web3 to a vuex state via injected or instantiated web3.","archived":false,"fork":false,"pushed_at":"2019-02-20T22:04:40.000Z","size":89,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-01-16T01:51:39.962Z","etag":null,"topics":["blockchain","contracts","cryptocurrency","dapp","ethereum","halo-platform","redux","state","vuejs","vuex","web3"],"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/haloplatform.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":"2018-01-16T20:10:39.000Z","updated_at":"2022-06-03T19:43:57.000Z","dependencies_parsed_at":"2022-08-22T07:11:02.436Z","dependency_job_id":null,"html_url":"https://github.com/haloplatform/vuex-web3-sync","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloplatform%2Fvuex-web3-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloplatform%2Fvuex-web3-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloplatform%2Fvuex-web3-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haloplatform%2Fvuex-web3-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haloplatform","download_url":"https://codeload.github.com/haloplatform/vuex-web3-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239120132,"owners_count":19584978,"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":["blockchain","contracts","cryptocurrency","dapp","ethereum","halo-platform","redux","state","vuejs","vuex","web3"],"created_at":"2025-02-16T15:21:43.314Z","updated_at":"2025-10-31T07:32:10.165Z","avatar_url":"https://github.com/haloplatform.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm scoped](https://img.shields.io/npm/v/@haloplatform/vuex-web3-sync.svg?style=for-the-badge)](https://www.npmjs.com/package/@haloplatform/vuex-web3-sync)\n\n# vuex-web3-sync\n\nVuex module to sync with web3\n\n## install:\n\n```shell\nnpm i @haloplatform/vuex-web3-sync --save\n```\n\n## Usage:\n\nrequires Babel-Polyfill if you don't have it install it via: https://babeljs.io/docs/usage/polyfill\n\n```js\nimport store from './vuex/store'\nimport web3Sync from '@haloplatform/vuex-web3-sync'\n\nweb3Sync(store, 'webThree')\n// second parameter is module name, optional\n```\n\n## Exposed Getters:\n\n* `address` - need description\n* `coinbase` - `String` ETH Address Hex\n* `instance` - `Function\u003cWeb3\u003e` Function that returns web3 instance\n* `isInjected` - `Boolean` True if web3 is injected\n* `networkId` - `String` Network ID\n* `isLocal` - `Boolean` True if web3 instance is connected to local node\n* `balance` - `String` Wallet balance\n* `isApprovedNetwork` - `Boolean` True if network is approved\n* `networkName` - `String` Network Name\n* `filter` - same as `web3.eth.filter`\n* `reset` - same as `web3.reset`\n* `sha3` - same as `web3.sha3`\n* `contract` - same as `web3.eth.contract`\n* `isConnected` - same as `web3.isConnected`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaloplatform%2Fvuex-web3-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaloplatform%2Fvuex-web3-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaloplatform%2Fvuex-web3-sync/lists"}