mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
11 lines
236 B
Markdown
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
|
|
```
|