LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
47
stars
20
forks
source link
Update Multi Wallet to just take 1 signature #1312
What we would need to do here is sign the signature request with the installation keys inside identity_updates.rs in the associate_wallet function, and add some tests to verify this all works as expected.
Update the way multi wallet add account work to only need 1 signature.