https://github.com/fintoda/bitahon-client
Bitahon Protocol Client
https://github.com/fintoda/bitahon-client
bitahon bitcoin client crypto ethereum fintoda javascript tron typescript wallet
Last synced: 2 months ago
JSON representation
Bitahon Protocol Client
- Host: GitHub
- URL: https://github.com/fintoda/bitahon-client
- Owner: fintoda
- License: mit
- Created: 2024-01-12T13:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T12:20:09.000Z (over 2 years ago)
- Last Synced: 2024-04-15T10:47:05.018Z (about 2 years ago)
- Topics: bitahon, bitcoin, client, crypto, ethereum, fintoda, javascript, tron, typescript, wallet
- Language: TypeScript
- Homepage: https://bitahon.fintoda.com
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitahon Client
This repository contains various libraries for the Bitahon Protocol and is maintained by the Fintoda Team.
## Packages
Below you can find a list of the packages included in this repository.
| package | npm | issues |
| ------- | --- | ------ |
| [@bitahon/protocol](packages/protocol) | | |
| [@bitahon/crypto](packages/crypto) | | | |
| [@bitahon/client](packages/client) | | | |
| [@bitahon/browser-crypto](packages/browser-crypto) | | | |
| [@bitahon/transport](packages/transport) | | | |
| [@bitahon/qrcode](packages/qrcode) | | | |
| [@bitahon/api](packages/api) | | | |
## Package dependency relationship
```mermaid
graph TD
client{client}
transport{transport}
qrcode{qrcode}
protocol --> client
crypto --> client
crypto --> transport
crypto --> browser-crypto
transport --> qrcode
protocol --> qrcode
```