mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
# Calculate Reserves (Go)
|
|
|
|
This code sample uses [xrpl-go](https://github.com/Peersyst/xrpl-go) to look up and calculate an XRP Ledger account's reserve requirements.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
go mod tidy
|
|
go run calculate_reserves.go
|
|
``` |