Files
xrpl-dev-portal/_code-samples/assign-regular-key/go/README.md
2026-04-15 14:20:26 -07:00

11 lines
236 B
Markdown

# Assign a Regular Key (Go)
Demonstrates how to assign a regular key pair to an XRP Ledger account. Both WebSocket (`ws/`) and JSON-RPC (`rpc/`) examples are included.
Quick setup and usage:
```sh
go mod tidy
go run ./ws/main.go
```