You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roman Zeyde e0c877126e
Run 'cargo fmt'
6 years ago
.hooks Add simple pre-commit hook for running 'cargo fmt' 6 years ago
contrib Add systemd service file example 6 years ago
doc remove unused size_on_disk 6 years ago
query add get block from height 6 years ago
scripts Use stable Rust from ./scripts/run.sh 6 years ago
src Run 'cargo fmt' 6 years ago
tools Support testnet mempool visualization 6 years ago
.gitignore add get block and query examples 6 years ago
.travis.yml Check formatting on Travis 6 years ago
Cargo.lock update rust-elements to 78c1e29809b7420041b1259711f0a2934211a0d3 from master 6 years ago
Cargo.toml update rust-elements to 78c1e29809b7420041b1259711f0a2934211a0d3 from master 6 years ago
Dockerfile Specify user, workdir, ports and signal at Dockerfile 6 years ago
LICENSE Add MIT license and small README 7 years ago
README.md Update README 6 years ago
RELEASE-NOTES.md Bump version 6 years ago
TODO.md Remove TLS-related TODO 6 years ago

README.md

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.