mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
global: readmes
This commit is contained in:
@@ -17,7 +17,7 @@ Query a Bitcoin Core node for blocks, transactions, mempool data, and chain stat
|
||||
|
||||
## Core API
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
let client = Client::new("http://localhost:8332", Auth::CookieFile(cookie_path))?;
|
||||
|
||||
let height = client.get_last_height()?;
|
||||
|
||||
Reference in New Issue
Block a user