Can we get a tutorial that integrates thirdweb and allows sales of physical products? Like being able to handle shipping addresses and best practices for keeping that information secure, while keeping track of users and their purchases and even offer loyalty points through a contract.
I'm new to this myself, but wouldn't a product be an NFT? When a user buys a physical product they receive the NFT as proof of ownership/purchase? I don't know about addresses. I had an idea where the user owns their own profile that contains all this data and is requested at the time of purchase, but I've no idea how to implement it yet - or if anybody else has already. Great question though I'd like to know this too.
@@boots_on_the_grounds_of_war Yep it would be an NFT but you also need a way to make sure you only send it to the person that minted. And then you need to find a secure way of storing their address. I assume it would be some web2 tech like mongoDB. But the end goal would be a web3 solution. You could also encrypt the shipping and name data and only allow the owner of the product to decrypt it somehow.
I am software engineer but new to blockchain development. I am wondering how blockchain fits the web3 model and how it could be used to build say a social media application? Would the posts be stored in a blockchain? Or is blockchain just for payments and exchange of goods? What about identity and log in information? Do I still need a regular centralized database for that?
Awesome content! I have a quick question: If would have a video content website, and my own NFT collection,I wonder if there is a way to allow only my NFT holders to see the content where connected wallets without my NFT in it would only see an image of a thumbnail and a message that they will need to hold the NFT to see the video content. Thank you!
25th...Thanks Sean for another tutorial. Now I fully understand how to use thirdweb. Will start deploying contracts I built before. Maybe do some for a mobile tutorial please
What’s the first thing you started with docker? Because I created a token but idk how to deploy it and going into terminal etc just gets confusing because the website makes you do myoltie things and I got confused because said I needed to open a engine etc I had to do some google stuff and I’m not trying to do all that stuff I just wanted to launch a contract and have it readable and have people have fun with it
So Sean, correct me if Im wrong. If this contract is to be deployed to mainnet, then I need to change the contract address sets in constant folder, and 'ethereum' in the app, right? What about client Id? I think this is the same regardless whether you are in test or mainnet because this is for 3rdweb id for signing up, right?
When I run npm run deploy, it takes me to the Authorize Device page, but when I follow the steps it says this device can't be authorized and I'm stuck in that stage.. any advice?
I setup: ubuntu 22.04.3 LTS, nodejs v20.10.0, yarn, foundry npx thirdweb create contract failed with error: 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' { command: 'yarn install' } How possible to fix it?
thanks, but i tried to deploy my contract by npx thirdweb deploy ,but i got error "Error uploading metadata Error: fetch failed", would you pls tell me how to deal with it?
You may have to change the name of the ".env.example" file to just ".env". If this does not work please open a support ticket in Discord and provide more information about the issue.
Thanks a lot. I'm a front-end developer and recently started to learn blockchain. The explanation was very simple and clear
Glad it was helpful!
This is the same path I want to take, how has it been for you @nonchain ??
Can we get a tutorial that integrates thirdweb and allows sales of physical products? Like being able to handle shipping addresses and best practices for keeping that information secure, while keeping track of users and their purchases and even offer loyalty points through a contract.
I'm new to this myself, but wouldn't a product be an NFT? When a user buys a physical product they receive the NFT as proof of ownership/purchase? I don't know about addresses. I had an idea where the user owns their own profile that contains all this data and is requested at the time of purchase, but I've no idea how to implement it yet - or if anybody else has already. Great question though I'd like to know this too.
@@boots_on_the_grounds_of_war Yep it would be an NFT but you also need a way to make sure you only send it to the person that minted. And then you need to find a secure way of storing their address. I assume it would be some web2 tech like mongoDB.
But the end goal would be a web3 solution. You could also encrypt the shipping and name data and only allow the owner of the product to decrypt it somehow.
helped me a lot. deployed a contract which was different and it helped me
I am software engineer but new to blockchain development. I am wondering how blockchain fits the web3 model and how it could be used to build say a social media application? Would the posts be stored in a blockchain? Or is blockchain just for payments and exchange of goods? What about identity and log in information? Do I still need a regular centralized database for that?
Can you create a video that shows to to verify smart contracts using sdk as the dashboard doesn't always work
Awesome content! I have a quick question: If would have a video content website, and my own NFT collection,I wonder if there is a way to allow only my NFT holders to see the content where connected wallets without my NFT in it would only see an image of a thumbnail and a message that they will need to hold the NFT to see the video content. Thank you!
25th...Thanks Sean for another tutorial. Now I fully understand how to use thirdweb. Will start deploying contracts I built before. Maybe do some for a mobile tutorial please
Awesome job! We do have a few tutorials on mobile apps using our React Native SDK.
What’s the first thing you started with docker? Because I created a token but idk how to deploy it and going into terminal etc just gets confusing because the website makes you do myoltie things and I got confused because said I needed to open a engine etc I had to do some google stuff and I’m not trying to do all that stuff I just wanted to launch a contract and have it readable and have people have fun with it
What is a terminal, you guy
where do you find a terminal
So Sean, correct me if Im wrong. If this contract is to be deployed to mainnet, then I need to change the contract address sets in constant folder, and 'ethereum' in the app, right? What about client Id? I think this is the same regardless whether you are in test or mainnet because this is for 3rdweb id for signing up, right?
This is correct the contract address and activeChain will need to change to the mainnet you deploy to. The clientId can stay the same.
@@thirdweb_ I'm so excited doing this
How to build presale Website with referral system
This looks hard af. How can this be done easier for a noob like me? Ai?
Hi does anyone know how to add a web3payment on a framer site ? ive been searching everywhere but can't find any solutions
what plugin did you use?
If you're referring to the auto fill, that is GitHub Copilot.
Because I keep getting NPX not found
When I run npm run deploy, it takes me to the Authorize Device page, but when I follow the steps it says this device can't be authorized and I'm stuck in that stage.. any advice?
Sorry to hear you had some issues. So we can better support the issues, please open a support ticket in our Discord with details of the issue.
🎉🎉🎉
I setup: ubuntu 22.04.3 LTS, nodejs v20.10.0, yarn, foundry
npx thirdweb create contract
failed with error:
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
{ command: 'yarn install' }
How possible to fix it?
thanks, but i tried to deploy my contract by npx thirdweb deploy ,but i got error "Error uploading metadata Error: fetch failed", would you pls tell me how to deal with it?
i am in windows
and i use git bash
❤
♥
Your unity sdk is so complicate to use. It's always show error ABI missing. After I import abi from remix, it's show json parse error
1:50 what application is this
VS Code is the tool being used
mine always says no api key when i follow allong
You may have to change the name of the ".env.example" file to just ".env". If this does not work please open a support ticket in Discord and provide more information about the issue.
@@thirdweb_ thanks cause I keep getting that error even when I changed the name :(
Please git code
listen
on executing command- npx thirdweb@latest create --contract, im getting error: command not found: create, what should i do?