Migrate to hero ledger gateway client #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ledger now uses a gateway for end users to reach the chain. There is a client here:
https://forge.ourworld.tf/lhumina_code/hero_ledger/src/branch/development/clients/gateway
This client compiles to wasm, so we should be able to do all ledger functions between the browser and the gateway only. This means no further need for a hero ledger aspect in the backend of this migration site.
This client also includes a vault function to store secrets encrypted with a password supplied by the user. We can use that to store the mnemonic seed phrase for use on both chains.
@scott I did my best to get it done, can you confirm? Thanks!