Account Abstraction Fixes Web3 (For Good)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 15

  • @thatguyintech
    @thatguyintech 9 หลายเดือนก่อน +3

    6:38 - this moment was so freaking.. *chefs kiss* 😂 it's the ultimate goal of all web3 dapps today, we need this UX asap

    • @AlchemyPlatform
      @AlchemyPlatform  9 หลายเดือนก่อน +1

      If we build it, they will come!

  • @kristinakovalchuk1292
    @kristinakovalchuk1292 8 หลายเดือนก่อน +1

    Now I finaly got it. Thanks for representative use cases ❤

  • @MrGuitarguru95
    @MrGuitarguru95 10 หลายเดือนก่อน +2

    Great video! Thanks!! 🎉

  • @rosariosway
    @rosariosway 4 หลายเดือนก่อน

    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?

  • @akkonika1063
    @akkonika1063 8 หลายเดือนก่อน +1

    This video is very beautiful

  • @akkonika1063
    @akkonika1063 8 หลายเดือนก่อน +1

    thank you

  • @justkaz7104
    @justkaz7104 10 หลายเดือนก่อน +2

    what happened to the aa-signers package?

    • @AlchemyPlatform
      @AlchemyPlatform  10 หลายเดือนก่อน

      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!

    • @justkaz7104
      @justkaz7104 10 หลายเดือนก่อน

      @@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 🙏

  • @briannewhard4311
    @briannewhard4311 10 หลายเดือนก่อน +1

    Hi Dan!