New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liquality/bitcoin-esplora-api-provider

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquality/bitcoin-esplora-api-provider

0.3.4
Source
npm
Version published
Weekly downloads
192
464.71%
Maintainers
4
Weekly downloads
 
Created
Source

@liquality/bitcoin-esplora-api-provider

Build Status Coverage Status Standard Code Style MIT License @liquality/bitcoin-esplora-api-provider Gitter Telegram Greenkeeper badge

:warning: This project is under heavy development. Expect bugs & breaking changes.

:pencil: Introductory Blog Post: The Missing Tool to Cross-Chain Development

Query different blockchains with account management using a single and simple interface.

Installation

npm i @liquality/bitcoin-esplora-api-provider

or

<script src="https://cdn.jsdelivr.net/npm/@liquality/bitcoin-esplora-api-provider@0.2.3/dist/bitcoin-esplora-api-provider.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@liquality/bitcoin-esplora-api-provider@0.2.3/dist/bitcoin-esplora-api-provider.min.js.map -->
<!-- available as window.BitcoinEsploraApiProvider -->

Usage

import BitcoinEsploraApiProvider from '@liquality/bitcoin-esplora-api-provider'

const apiProvider = new BitcoinEsploraApiProvider('https://blockstream.info/testnet/api')

await apiProvider.getBlockByNumber(1)

License

MIT

FAQs

Package last updated on 06 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts