helium/gateway-rs

Support Solana accounts in `add` command.

jthiller opened this issue · 0 comments

Currently user must look up their legacy L1 address in order to onboard a data-only Hotspot.

Should allow users to onboard using their Solana address.

Currently lookup looks like,

./helium-wallet info
{
  "address": {
    "helium": "<Helium Address>",
    "solana": "<Solana Address>"
  },
  "pwhash": "Argon2id13",
  "sharded": false
}

Add currently looks like,

./helium_gateway add --owner <helium_OWNER> --payer <helium_PAYER>

Solana OWNER or PAYER returns an error