Hey! thanks for reaching out! Our aa-signers code is available to view on our Github here: github.com/alchemyplatform/aa-sdk. We'll be publishing the SDK next week once we integrate with more Signers, so you have more to choose from! Does this help? Would love to hear more about your use case!
6:38 - this moment was so freaking.. *chefs kiss* 😂 it's the ultimate goal of all web3 dapps today, we need this UX asap
If we build it, they will come!
Now I finaly got it. Thanks for representative use cases ❤
Glad I could help!
Hi Dan,thank you very much, this video was awesome!! Is it possible to check the code of the dapps you have showed somewhere on Github?
Great video! Thanks!! 🎉
Glad you enjoyed it!
This video is very beautiful
thank you
You're welcome
Hi Dan!
what happened to the aa-signers package?
Hey! thanks for reaching out! Our aa-signers code is available to view on our Github here: github.com/alchemyplatform/aa-sdk.
We'll be publishing the SDK next week once we integrate with more Signers, so you have more to choose from!
Does this help? Would love to hear more about your use case!
@@AlchemyPlatform then why does the Signer Sample code has this:
import { Web3AuthSigner } from "@alchemy/aa-signers";
export const createWeb3AuthSigner = async () => {
const web3AuthSigner = new Web3AuthSigner({
clientId: "test",
chainConfig: {
chainNamespace: "eip155",
},
});
await web3AuthSigner.authenticate({
init: async () => {
await web3AuthSigner.inner.initModal();
},
connect: async () => {
await web3AuthSigner.inner.connect();
},
});
return web3AuthSigner;
};
Web3AuthSigner no longer exist. So please help me use web3auth with the correct documentation 🙏