An open API service indexing awesome lists of open source software.

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

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
```