Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaplanmaxe/electrum-api

Complete library for communicating with Electrum servers with support for all methods
https://github.com/kaplanmaxe/electrum-api

bitcoin bitcoin-wallet electrum electrum-client electrumx

Last synced: about 1 month ago
JSON representation

Complete library for communicating with Electrum servers with support for all methods

Awesome Lists containing this project

README

        

# Electrum-API

[![Build Status](https://travis-ci.org/kaplanmaxe/electrum-api.svg?branch=master)](https://travis-ci.org/kaplanmaxe/electrum-api)

Library for communicating with Electrum servers with support for all available methods.

### Installation

NPM

```
npm install electrum-api
```

Yarn

```
yarn add electrum-api
```

### Examples

See [tests](./test) for specific examples for each method.

- [Typescript](./examples/index.js)
- [Javascript](./examples/index.js)