near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
29 stars 8 forks source link

Implement E2E test for new FastAuthWallet version #250

Open Pessina opened 3 weeks ago

Pessina commented 3 weeks ago

The current FastAuthWallet and FastAuthSigner support only signing delegate actions. This PR introduces new methods to enable FastAuthWallet and FastAuthSigner to sign and send transactions without using a relayer.

PR link: https://github.com/near/near-fastauth-wallet/pull/26

New Methods:

Post merge