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

https://github.com/v0l/electrumz

Electrum server implementation in C++
https://github.com/v0l/electrumz

bitcoin electrum

Last synced: 7 months ago
JSON representation

Electrum server implementation in C++

Awesome Lists containing this project

README

          

# electrumz

Install deps:
`vcpkg --triplet x64-windows install libuv lmdb spdlog zeromq argtable2 mbedtls nlohmann-json`

Build:
```
mkdir build && cd build
cmake .. -A x64
```

To run test electrum:
`electrum.exe --regtest -s localhost:5555:t`