Socket
Socket
Sign inDemoInstall

@liquality/bitcoin-esplora-batch-api-provider

Package Overview
Dependencies
79
Maintainers
7
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @liquality/bitcoin-esplora-batch-api-provider

[![Build Status](https://travis-ci.com/liquality/chainabstractionlayer.svg?branch=master)](https://travis-ci.com/liquality/chainabstractionlayer) [![Coverage Status](https://coveralls.io/repos/github/liquality/chainabstractionlayer/badge.svg?branch=master


Version published
Weekly downloads
21
increased by425%
Maintainers
7
Created
Weekly downloads
 

Readme

Source

@liquality/bitcoin-esplora-batch-api-provider

Build Status Coverage Status Standard Code Style MIT License @liquality/bitcoin-esplora-batch-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-batch-api-provider

or

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

Usage

import { BitcoinEsploraBatchApiProvider } from '@liquality/bitcoin-esplora-batch-api-provider'

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

await apiProvider.getBlockByNumber(1)

License

MIT

FAQs

Last updated on 04 Apr 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc