https://github.com/bitcoin-com/bitcoincom-link
Multi-provider interface for applications supporting BCH, SLP, BTC, ETH
https://github.com/bitcoin-com/bitcoincom-link
Last synced: about 1 year ago
JSON representation
Multi-provider interface for applications supporting BCH, SLP, BTC, ETH
- Host: GitHub
- URL: https://github.com/bitcoin-com/bitcoincom-link
- Owner: Bitcoin-com
- Created: 2020-02-06T02:31:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:26:06.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T14:55:04.487Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 5
- Watchers: 12
- Forks: 14
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin.com Link
A JS package for blockchain connected applications to interact with 3rd party wallets. The package will serve as a multi-provider interface for applications, with the first wallet provider being the Badger Chrome extension. In the near future, support will be added for Bitcoin.com mobile and desktop wallets as well.
In a browser - cdn [](https://www.jsdelivr.com/package/npm/bitcoincom-link)
Install via npm [](https://badge.fury.io/js/bitcoincom-link)
### [Getting started](https://developer.bitcoin.com/bitcoincom-link/docs/getting-started/)
## Method definitions
Standard protocol being defined as [BDIP-3](https://github.com/Bitcoin-com/BDIPs/blob/master/BDIPs/bdip-3.md)
- [getAddress](https://developer.bitcoin.com/bitcoincom-link/docs/get-address)
- [sendAssets](https://developer.bitcoin.com/bitcoincom-link/docs/send-assets)
- [payInvoice](https://developer.bitcoin.com/bitcoincom-link/docs/pay-invoice)
### [Development](/docs/development.md)
### [Mobile Wallet Provider Inegrations](/docs/mobile.md)