Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

feat(web-components): allow custom signer instead of keplr #81

Closed samsiegart closed 7 months ago

samsiegart commented 8 months ago

refs https://github.com/Agoric/agoric-sdk/issues/8813

Also now exports the amino converters and registry types for clients that use custom signers, and did some refactoring to clean up.

Tested the existing keplr connection flow in dapp-inter using yarn link to check for regressions.