Developing on Solana: Lesson 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • 🚀 We will learn how to access account balances in this lesson.
    Register: dappmentors.or...
    Support us at: donate.stripe....
    Follow & Connect:
    Discord: / discord
    Twitter: / idaltonic
    LinkedIn: / dapp-mentors
    GitHub: github.com/Dal...
    Website: dappmentors.org

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

  • @crossmindedninja5522
    @crossmindedninja5522 3 หลายเดือนก่อน +2

    Thanks for solana man! No one teaches sulana in yt

    • @dappmentors
      @dappmentors  3 หลายเดือนก่อน +1

      Smiles, more coming...

  • @saurabhkumar-lx3fs
    @saurabhkumar-lx3fs 3 หลายเดือนก่อน +1

    bro i shared your content to all my B. Dev. Friends. and they appreciate Dapp Mentors.We need more solana content like this

    • @dappmentors
      @dappmentors  3 หลายเดือนก่อน +2

      Thanks man, more coming, I highly appreciated that move!

  • @ivanlagade
    @ivanlagade 3 หลายเดือนก่อน +2

    Keep it comin

  • @yashjain5938
    @yashjain5938 3 หลายเดือนก่อน

    Great content brother 🔥bring it more we are ready to consume it 💯

    • @dappmentors
      @dappmentors  3 หลายเดือนก่อน +1

      Lol, thanks

  • @Osirisdigitalagency
    @Osirisdigitalagency 3 หลายเดือนก่อน +1

    ❤🎉

  • @canhamzacode
    @canhamzacode 2 หลายเดือนก่อน +1

    14:31 in case anyone is coding along and you run into an error with getting the keypair from dotenv
    node:internal/process/esm_loader:34
    internalBinding('errors').triggerUncaughtException(
    you can try this instead
    import dotenv from 'dotenv'
    dotenv.config()
    instead of this
    import "dotenv/config";
    I will be glad if you can explain the reason for this error thanks