[BREAKGLASS] An efficient re-implementation of Electrum Server in Rust
Go to file
2018-12-18 18:00:04 +02:00
.hooks Add simple pre-commit hook for running 'cargo fmt' 2018-11-24 18:01:34 +02:00
contrib Add systemd service file example 2018-10-01 21:13:07 +03:00
doc remove unused size_on_disk 2018-08-21 17:59:34 +02:00
query add get block from height 2018-10-26 22:17:18 +02:00
scripts Use stable Rust from ./scripts/run.sh 2018-08-02 15:51:21 +03:00
src Run 'cargo fmt' 2018-12-18 18:00:04 +02:00
tools Support testnet mempool visualization 2018-08-14 10:08:11 +03:00
.gitignore add get block and query examples 2018-10-26 22:17:18 +02:00
.travis.yml Check formatting on Travis 2018-09-28 11:27:02 +03:00
Cargo.lock update rust-elements to 78c1e29809b7420041b1259711f0a2934211a0d3 from master 2018-12-17 06:42:22 +01:00
Cargo.toml update rust-elements to 78c1e29809b7420041b1259711f0a2934211a0d3 from master 2018-12-17 06:42:22 +01:00
Dockerfile Specify user, workdir, ports and signal at Dockerfile 2018-08-20 19:27:23 +03:00
LICENSE Add MIT license and small README 2018-04-08 23:54:29 +03:00
README.md Update README 2018-12-06 16:01:18 +02:00
RELEASE-NOTES.md Bump version 2018-10-14 14:40:55 +03:00
TODO.md Remove TLS-related TODO 2018-08-15 15:05:40 +03:00

Esplora - Electrs backend API

A block chain index engine and HTTP API written in Rust based on romanz/electrs.

The liquid_e branch supports Liquid and other Elements-based chains, including confidential transactions, peg-in/out and multi-asset.

See the main README in bitcoin_e for more details.