{"id":18254713,"url":"https://github.com/bitcoin-sv/spv-wallet-web-backend","last_synced_at":"2025-04-04T17:30:46.100Z","repository":{"id":203533959,"uuid":"643930374","full_name":"bitcoin-sv/spv-wallet-web-backend","owner":"bitcoin-sv","description":"Referential web wallet backend with storage for custodial wallet's xpriv keys, utilizing a non-custodial spv-wallet service.","archived":false,"fork":false,"pushed_at":"2024-05-28T09:27:29.000Z","size":503,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-29T02:23:19.324Z","etag":null,"topics":["bsv","golang","spv-wallet","spv-wallet-team","spv-wallet-toolkit","spv-wallet-web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoin-sv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-22T13:00:19.000Z","updated_at":"2024-06-03T08:05:10.047Z","dependencies_parsed_at":null,"dependency_job_id":"92343426-7842-4b7f-b89f-a3fa0e3e33ae","html_url":"https://github.com/bitcoin-sv/spv-wallet-web-backend","commit_stats":null,"previous_names":["bitcoin-sv/bux-wallet-backend","bitcoin-sv/spv-wallet-web-backend"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-sv%2Fspv-wallet-web-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-sv%2Fspv-wallet-web-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-sv%2Fspv-wallet-web-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-sv%2Fspv-wallet-web-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoin-sv","download_url":"https://codeload.github.com/bitcoin-sv/spv-wallet-web-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223150706,"owners_count":17095959,"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":["bsv","golang","spv-wallet","spv-wallet-team","spv-wallet-toolkit","spv-wallet-web"],"created_at":"2024-11-05T10:13:20.417Z","updated_at":"2024-11-05T10:13:21.046Z","avatar_url":"https://github.com/bitcoin-sv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SPV WALLET WEB BACKEND\n\n_Go application used as a web backend with storage for custodial wallet's xpriv keys, utilizing a non-custodial spv-wallet service._\n\n---\n\nThe `spv-wallet-web-backend` is an HTTP server that serves as the referential backend server for a custodial web wallet for Bitcoin SV (BSV). It integrates and utilizes the `spv-wallet` component to handle various BSV-related operations, including the creation of transactions and listing incoming and outgoing transactions.\n\nFor in-depth information and guidance, please refer to the [SPV Wallet Documentation](https://docs.bsvblockchain.org/network-topology/applications/spv-wallet).\n\n## How to use it\n\n### Endpoints documentation\n\nFor endpoints documentation you can visit swagger which is exposed on port 8180 by default.\n\n```\nhttp://localhost:8180/swagger/index.html\n```\n\n## Contribution\n\nTo easy development process we use https://taskfile.dev/\n\n### Installation of taskfile\n\nTask offers many installation methods. Check out the available methods on [the installation documentation page](https://taskfile.dev/installation/).\n\n### Tasks\n\n#### List\n\nTo see the list of available tasks just call\n\n```bash\ntask\n```\n\n#### Installing and set up tools\n\nTo install missing tools that are need just call\n\n```bash\ntask install\n```\n\n##### Git hooks\n\nAlso consider installing git hooks with the command:\n\n```bash\ntask git-hooks:install\n```\n\nSo it will ensure that tests are passing and linter is not complaining before git push.\n\n#### Start application\n\nTo start application locally with performed all the code checks first use the command\n\n```bash\ntask start\n```\n\nif you just want to run app without all the checks\n\n```bash\ntask run\n```\n\n#### Run checks \u0026 tests\n\nTo verify the code overall run verification task\n\n```bash\ntask verify\n```\n\nIf you just want a static check of a code run\n\n```bash\ntask verify:check\n```\n\nIf you want to run tests then run\n\n```bash\ntask test\n```\n\n## License\n\n[Open BSV License](https://github.com/bitcoin-sv/bitcoin-sv/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-sv%2Fspv-wallet-web-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoin-sv%2Fspv-wallet-web-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-sv%2Fspv-wallet-web-backend/lists"}