Welcome to the TanglePay SDK mono repo, a collection of packages for interacting with TanglePay, our company's cryptocurrency wallet. The SDK is written in TypeScript and provides a seamless and efficient way for developers to integrate TanglePay wallet functionality into their dapps.
This mono repo consists of the following packages:
tanglepaysdk-client
: The core TanglePay SDK package for interacting with the wallet, including account management, transactions, and balance queries.tanglepaysdk-ethereumprovider
: An Ethereum provider adapter that enables the use of popular Ethereum libraries like web3.js with TanglePay, allowing developers to leverage existing code without modifications.tanglepaysdk-common
: A shared module with common utilities and interfaces used across the other packages.To get started with the TanglePay SDK mono repo, follow these steps:
git clone https://github.com/TanglePay/TanglePay-SDK.git
yarn
yarn run bootstrap
yarn run build
We encourage developers to contribute to the TanglePay SDK! Please read our CONTRIBUTING.md guide for more information on how to contribute and submit pull requests.
TanglePay SDK mono repo is released under the Apache License.