Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaplanmaxe/electrum-api
- Owner: kaplanmaxe
- Created: 2018-04-14T14:26:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:48:44.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T04:04:45.431Z (about 2 months ago)
- Topics: bitcoin, bitcoin-wallet, electrum, electrum-client, electrumx
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 12
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)