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: 11 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:48:44.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:39:17.124Z (over 1 year 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
[](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)