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

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

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://data.jsdelivr.com/v1/package/npm/bitcoincom-link/badge)](https://www.jsdelivr.com/package/npm/bitcoincom-link)

Install via npm [![npm version](https://badge.fury.io/js/bitcoincom-link.svg)](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)