# 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 ```