How to build a web3 game: Blockchain idle browser

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

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

  • @gsdealer7691
    @gsdealer7691 7 หลายเดือนก่อน +2

    More web3 games series plz ... good job man

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน +1

      More to come! and we just released a course with everything to get started!

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

    This videos are awesome! Thirdweb leading the web3 revolution!

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Glad you think so!

  • @TheRealAfroRick
    @TheRealAfroRick 7 หลายเดือนก่อน +1

    Probably should do another video about private key storage and just reference that and use secure private keys in the videos going forward because the first reaction to "just put your private key in this file" is likely to be "You want me to do WHAT?!?!?"

    • @TheKampeniProject
      @TheKampeniProject 7 หลายเดือนก่อน

      Yeah. I had so many questions. But for completing this demo do I just place the private key of a burner wallet in the field?

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Thank you for the feedback. We did get many questions around this. We have a video on content list to go through this. In production you would not want to just put your private key.

  • @timenotspaceproduction
    @timenotspaceproduction 6 หลายเดือนก่อน +1

    this is awesome but has me wondering ~ what would i need to adjust so that instead of completely abstracting out all of the legacy crypto stuff and logging in via email , to instead allow users to connect with their existing metamask ? is that a simple adjustment to the wallet-connect component ? it seems like there are a few diff options now
    edit: & how would that impact the later part of this config , where you mint an ERC-721 and ERC-20 tokens to new users ? i'm trying to basically mock up this same setup but assuming the users already have their own NFT & tokens in their own wallet. commenting here before i get more hands on to figure it out , thanks for the tutorial and any guidance appreciated

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

    Buddy! can you explain about Elixir Game Launchpad

  • @youandme9036
    @youandme9036 6 หลายเดือนก่อน +1

    thankyou for this. by the way can i submit my game onto a crypto project to contribute on there ecosystem. hope you have a tutorial for that on how to contribute on a crypto project. thankyou :)

  • @StevenDehua
    @StevenDehua 7 หลายเดือนก่อน

    Sir, can you add NFTs to the game? Like we buy an NFT and the NFT will be in the game.

  • @christianpearson4955
    @christianpearson4955 7 หลายเดือนก่อน

    What private key goes into the .env file and why is it needed. I'm missing that context from the video. I thought Thirdweb was generating a new wallet and the gas cost was covered by providing the payment method associated with the api.

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน +1

      Private key is of the wallet that is generating the message for the user to sign and authenticate. In production you should store your private key securely using something like AWS Secretes Manager: portal.thirdweb.com/connect/auth/wallet-configuration

  • @c4ex_net
    @c4ex_net 6 หลายเดือนก่อน

    It's great 😊 But I would like to inquire whether it is possible to run the app without an engine. I heard that the engine costs a fixed $99 per month.

    • @thirdweb_
      @thirdweb_  6 หลายเดือนก่อน

      You can still achieve the same result without using Engine or you can also host your own instance of Engine (you are in charge of maintaining). But without Engine you would just have the user confirm all the transactions within in the game instead of running it for them with Engine. Example: If player is new, we need to get them an NFT and tokens. You can prompt them to claim the tokens and NFT instead of just dropping it into their created wallet.

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

    In this tutorial we should open thirdweb engine, and it must make a subscriber plan right ?

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

      You don’t have to pay for Engine to follow the build. You can run Engine locally for free.

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

      Any tutorial how to run engine locally ?​@@thirdweb_

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

      Any tutorial how to run engine locally ? @@thirdweb_

    • @devanshdhruve722
      @devanshdhruve722 12 วันที่ผ่านมา

      @@thirdweb_how to do that, in my node_modules there is no engine folder

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

    the media Renderer isnt being imported because its not a module by Thirdweb is the error im getting. im in confusion

  • @cryptoafricagamingstudios
    @cryptoafricagamingstudios 8 หลายเดือนก่อน

    This is an awesome project

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Thanks!

  • @FuZzyWaZzieWazABear
    @FuZzyWaZzieWazABear 8 หลายเดือนก่อน

    would really like to see these using the nextjs app directory

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      New SDK makes this easier and future tutorials will now be built using it.

  • @daveholliday4406
    @daveholliday4406 8 หลายเดือนก่อน

    Hey, thanks so much for putting this together. Thirdweb is awesome. I am getting an error when signing in "client.js:2 Error: Signer address does not match payload address "newly created address here". Any ideas on that? Will also raise on github

    • @pabloacebedoweb3
      @pabloacebedoweb3 7 หลายเดือนก่อน

      Me too, did you solve this ?

    • @rodrigomaraujorj
      @rodrigomaraujorj 7 หลายเดือนก่อน

      same here, @thirdweb can you help?

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Just an update here. Shortly after this video was posted we enforced authentication for RPC which is used when using Smart Wallets with Auth. The repo was updated and should work now. Secret key needs to be provided in ThirdwebAuth.

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

    Can make it with windows or just mac ?!

    • @BullionBuzz
      @BullionBuzz 8 หลายเดือนก่อน

      You can do on both, it's up to you. There is also a VS code version for macOs.

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Works on both. Mac is just what we are using in the tutorials.

  • @christianpearson4955
    @christianpearson4955 7 หลายเดือนก่อน

    Awesome content btw!

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน

      Glad you enjoyed it

  • @rakasiwi2922
    @rakasiwi2922 6 หลายเดือนก่อน +1

    How we (the maker of this web3 game) get profit (money) from this? How we monetize this?

  • @StoryWeb3
    @StoryWeb3 6 หลายเดือนก่อน

    When iam install app, i have not pages folder, i do everything like you , someone can help?

  • @Madwarbit
    @Madwarbit 6 หลายเดือนก่อน

    the auth is not downloading. appears to be a problem.kindly check.

  • @kojopapo
    @kojopapo 2 หลายเดือนก่อน

    Auth doesn't work with BTT chain

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

    Npx command is not working on my win7 laptop pls help me

  • @damsan7777
    @damsan7777 6 หลายเดือนก่อน

    in 15. min video, why is address in Navbas: unknown?

    • @damsan7777
      @damsan7777 6 หลายเดือนก่อน

      the solution:, you have to see before, what is in the top of the Navbar components,

  • @BullionBuzz
    @BullionBuzz 7 หลายเดือนก่อน

    Where is this?
    you can do this for testing and development purposes in production you're not going to want to store your private key in your environment
    22:48
    variables we'll link down in the description below some safer ways that you can actually store your private key

    • @thirdweb_
      @thirdweb_  7 หลายเดือนก่อน +1

      Thank you for the feedback. Link was added to description. Here is link on how to store private key: portal.thirdweb.com/references/wallets/v2/AwsSecretsManagerWallet

    • @BullionBuzz
      @BullionBuzz 7 หลายเดือนก่อน

      @@thirdweb_ Thank you alot. I would be grateful if you can also provide us with correct node version to use with self hosted engine. I have tried many versions from v 20, down to 12.22.7 to get it working without constant crashes.

  • @damsan7777
    @damsan7777 6 หลายเดือนก่อน

    in 18 min, failed ti sign in.,spinning,nothing happen

  • @kojopapo
    @kojopapo 2 หลายเดือนก่อน

    And no one replies to the discord dm's

    • @thirdweb_
      @thirdweb_  2 หลายเดือนก่อน

      Apologies for that. Discord can get cluttered. You can open a ticket here: thirdweb.com/support
      You can add more details with the ticket there and we can better support you.

  • @Mausicoin
    @Mausicoin 6 หลายเดือนก่อน

    nice $MAUSI