Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HathorNetwork/hathor-wallet-headless
Headless Hathor Wallet
https://github.com/HathorNetwork/hathor-wallet-headless
Last synced: 3 months ago
JSON representation
Headless Hathor Wallet
- Host: GitHub
- URL: https://github.com/HathorNetwork/hathor-wallet-headless
- Owner: HathorNetwork
- License: mit
- Created: 2020-01-19T03:02:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T04:29:56.000Z (9 months ago)
- Last Synced: 2024-05-11T05:43:03.645Z (9 months ago)
- Language: JavaScript
- Homepage: https://hathor.network/
- Size: 1.75 MB
- Stars: 16
- Watchers: 13
- Forks: 21
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-hathor - Hathor Wallet Headless - [Official] Wallet that runs as a HTTP server, for integration purposes (Wallets / Utils)
README
# Hathor headless wallet
[![codecov](https://codecov.io/gh/HathorNetwork/hathor-wallet-headless/branch/master/graph/badge.svg?token=NZ3BPUX9V7)](https://codecov.io/gh/HathorNetwork/hathor-wallet-headless)
## Description
A **headless wallet** is a wallet application whose interface is an API.
**Hathor headless wallet** is the official headless wallet of Hathor. It is intended for use by external systems that integrate with Hathor Network, specifically for managing their wallets.
## Operation and usage
To know how to operate and use Hathor headless wallet, see [Hathor headless wallet at Hathor docs — official technical documentation of Hathor](https://docs.hathor.network/pathways/components/headless-wallet).
## Support
If after consulting the documentation, you still need **help to operate and use Hathor headless wallet**, [send a message to the `#development` channel on Hathor Discord server for assistance from Hathor team and community members](https://discord.com/channels/566500848570466316/663785995082268713).
If you observe an incorrect behavior while using Hathor headless wallet, see [the "Issues" subsection in "Contributing"](#issues).
## Tests
- [Testing guidelines](/docs/testing.md)
- [QA: suggested test sequence](/docs/QA.md)## Contributing
### Issues
If you observe an incorrect behavior while using Hathor headless wallet, we encourage you to [open an issue to report this failure](https://github.com/HathorNetwork/hathor-wallet-headless/issues/new).
You can also [open an issue to request a new feature you wish to see](https://github.com/HathorNetwork/hathor-wallet-headless/issues/new).
### Pull requests
To contribute to the development of Hathor headless wallet, we encourage you to fork the `master` branch, implement your code, and then [open a pull request to merge it into `master`, selecting the "feature branch template"](https://github.com/HathorNetwork/hathor-wallet-headless/compare).
### Security
Please do not open an issue to report a security breach nor submit a pull request to fix it. Instead, follow the guidelines described in [SECURITY](SECURITY.md) for safely reporting, fixing, and disclosing security issues.
## Miscellaneous
A miscellany with additional documentation and resources:
- [Subdirectory docs](docs/README.md): supplementary documentation of Hathor headless wallet.
- [Docker images at Docker Hub](https://hub.docker.com/r/hathornetwork/hathor-wallet-headless)
- To know more about Hathor from a general or from a business perspective, see [https://hathor.network](https://hathor.network).
- To know more about Hathor from a technical perspective, see [https://docs.hathor.network](https://docs.hathor.network).