xcm-tools icon indicating copy to clipboard operation
xcm-tools copied to clipboard

Add prederived test accounts into options

Open dudo50 opened this issue 4 months ago • 0 comments

It would be nice if we can create ALICE or ALITH or other testnet accounts for user if they wish to do quick local testing, wrapping all signer logic for them into simple option in builder.

So perhaps:

Builder{
  development: true
  localhostAccount: "ALICE"
  apiOverrides { ...
  }
}

Will build and sign transaction for user.

Suggested by @franciscoaguirre . Thanks!

dudo50 avatar Aug 15 '25 16:08 dudo50