{"id":13772640,"url":"https://github.com/opensolutionsweb3/vue-waves-signer","last_synced_at":"2025-05-11T05:33:13.045Z","repository":{"id":44834990,"uuid":"235467133","full_name":"opensolutionsweb3/vue-waves-signer","owner":"opensolutionsweb3","description":"Waves Signer implementation for Vue.js","archived":false,"fork":false,"pushed_at":"2022-01-22T10:21:42.000Z","size":80,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T23:36:03.280Z","etag":null,"topics":["vue","waves-signer"],"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/opensolutionsweb3.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-01-22T00:15:32.000Z","updated_at":"2021-08-14T17:42:14.000Z","dependencies_parsed_at":"2022-09-26T19:01:15.691Z","dependency_job_id":null,"html_url":"https://github.com/opensolutionsweb3/vue-waves-signer","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/opensolutionsweb3%2Fvue-waves-signer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensolutionsweb3%2Fvue-waves-signer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensolutionsweb3%2Fvue-waves-signer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensolutionsweb3%2Fvue-waves-signer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensolutionsweb3","download_url":"https://codeload.github.com/opensolutionsweb3/vue-waves-signer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523690,"owners_count":21921815,"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":["vue","waves-signer"],"created_at":"2024-08-03T17:01:06.576Z","updated_at":"2025-05-11T05:33:12.775Z","avatar_url":"https://github.com/opensolutionsweb3.png","language":"JavaScript","funding_links":[],"categories":["Frameworks and tools"],"sub_categories":["Client libraries"],"readme":"# Waves Signer implementation for Vue.js\n\n## Helpfull links\n\n* [Waves Signer methods](https://docs.wavesplatform.com/en/building-apps/waves-api-and-sdk/client-libraries/signer#methods)\n* [Vue.js Waves Signer example](https://github.com/tltary/waves-signer-vue-example)\n* [Vue.js Waves Signer demo](https://github.com/tltary/waves-signer-vue-example-demo)\n\n## How to install\n\n```\n$ npm i @opensolutions/vue-waves-signer --save\n```\n\n## How to setup\n\n```js\n// add to main.js\nimport VueSigner from '@opensolutions/vue-waves-signer'\n\n// production version\nVue.use(VueSigner)\n\n// debug version\nVue.use(VueSigner, {\n  debug: true\n})\n\n```\n\n## If you need custom node url or provider \n\n```js\n\nVue.use(VueSigner, {\n  node: '\u003ccustom node\u003e',\n  provider: '\u003ccustom provider\u003e'\n})\n\n```\n\n## How to use\n\n```js\n\n// simple login function\n\nmethods: {\n  async login() {\n    await this.signer\n            .login()\n            .then((response) =\u003e {\n              console.log(response)\n            },\n            (error) =\u003e {\n              console.log(error)\n            })\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensolutionsweb3%2Fvue-waves-signer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensolutionsweb3%2Fvue-waves-signer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensolutionsweb3%2Fvue-waves-signer/lists"}