Skip to content

maestro-org/maestro-esplora-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maestro Esplora Proxy

Authenticated Esplora proxy for BDK applications.

BDK Client → Proxy (localhost:8080) → Maestro Esplora API

Requirements

Configuration

Clone Maestro-Esplora-Proxy Repo:

git clone https://github.com/maestro-org/maestro-esplora-proxy.git && cd maestro-esplora-proxy

Copy .env.example template:

cp .env.example .env

Edit your .env file:

MAESTRO_API_KEY=your-maestro-api-key-here

# mainnet
ESPLORA_URL=https://xbt-mainnet.gomaestro-api.org/v0/esplora

# testnet4
# ESPLORA_URL=https://xbt-testnet.gomaestro-api.org/v0/esplora

Usage

Run proxy:

cargo run

Within your client-side code, connect to the locally running Esplora Proxy.

Example

let blockchain = EsploraBlockchain::new("http://localhost:8080", 20);

See the Mempool.space Migration Guide for a comprehensive walkthrough on replacing your existing Esplora provider with Maestro.

Support

About

Authenticated Esplora proxy for BDK applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages