Hello my friend. I have just a small question. Using signatureDrop gives me an error in loading the nfts, so I can't proceed in seeing my NFTS in the dapp! How should I fix it to use this with a signature drop contract? Keep up the good work!
what if a smart contract is ready on the etherscan and its fully deployed , will this tutorial be of any use in creating a staking page? cause from what i watched it seems that a erc20 can also be made?
Thank you for the wonderful video. I learned a lot. i faced a problem as long as i paste your code exactly but faced in issue " Argument of type 'TokenImpl | undefined' is not assignable to parameter of type 'RequiredParam'. Type 'TokenImpl' is missing the following properties from type 'Erc20': featureName, mintable, burnable, droppable, and 10 more. " i wish some help
Thanks for this tutorial, but sir I have a question, I have a WordPress website where I deploy my nft collection and I will like to add staking utility to it but I don't know how to go about it any advice i
GM, everything is now working but with staking i have a problem. The stake side on the localhost shows the token and the balance but not my the unstaked nfts and not the staked nfts!!! I minted 3 for testing! What can be the problem? Would be nice if i can get any help from you... :)
this is a great video, what if for example i wanted to pay out the rewards in an already existing token, e.g stake said NFT get paid in, matic, eth, avax, instead of having my own token?
How do you import contracts that were already deployed outside of third web into the sdk kit? I imported them into third web but when I use npm run dev I get an error that no contract files are found. I seen that you deployed them from vs code but I did not. Please help
Thank you, is there anyway to create erc20 token gate for some pages of the website? For example you need to have 100 tokens to get access? Second question - how to implement multiwallet connection? And final one - is there any chance to set level system for holders of #nfts or #tokens?
Thank you for the wonderful video. I learned a lot. I want to perform token issuance and staking on my NFT project, but I don't have the skills like you. Is it possible to request coding etc.?
I am getting this after everything loads and the stake page is opening - Application error: a client-side exception has occurred (see the browser console for more information). anyone has an idea.....Console shows bignumber error
I can't find Installation category in thirdweb portal T_T. also CMD is not working with npx. I am so newbie Jarrod. how can I follow you from 09:02 ? T_T
whre is the problem? Server Error SyntaxError: Unexpected token '?' This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack file:///D:/welxstakingdapp/node_modules/%20(thirdweb-dev/react/dist/index-44e60bee.cjs.dev.js (5364)
Thank you friend, from 0% knowledge of this languages to getting my contract and staking successful
Missed your videos for 6 months! I like your project based video style. Keep it up
Thank you Madhurjya! Glad to be back making videos :)
Hello my friend. I have just a small question. Using signatureDrop gives me an error in loading the nfts, so I can't proceed in seeing my NFTS in the dapp! How should I fix it to use this with a signature drop contract? Keep up the good work!
460th...Thanks Jarrod. You are great teacher... Cheers
Hi Jarrod! Thanks for your video. I wonde why we don't need implement ERC721TokenReceiver in staking contract?
Hey, thanks for sharing! Do you have your audio version of this in Audea?
Found the solution! Top Vid!!!
what if a smart contract is ready on the etherscan and its fully deployed , will this tutorial be of any use in creating a staking page? cause from what i watched it seems that a erc20 can also be made?
Do you have a video where you explain how to implement usdt using the smartchain pod in a contract by doing it thirdweb to?
done subscribe sir. i really like the style. thank you so much
How I deploy token to Mainet and make it tradeable on uniswap?
Thank you for the wonderful video. I learned a lot. i faced a problem as long as i paste your code exactly but faced in issue " Argument of type 'TokenImpl | undefined' is not assignable to parameter of type 'RequiredParam'.
Type 'TokenImpl' is missing the following properties from type 'Erc20': featureName, mintable, burnable, droppable, and 10 more. "
i wish some help
This vid was made 8 months ago, ever since then have you added staking to your Deploy feature
Thanks for this tutorial, but sir I have a question, I have a WordPress website where I deploy my nft collection and I will like to add staking utility to it but I don't know how to go about it any advice i
GM, everything is now working but with staking i have a problem. The stake side on the localhost shows the token and the balance but not my the unstaked nfts and not the staked nfts!!! I minted 3 for testing! What can be the problem? Would be nice if i can get any help from you... :)
Same probs here
Awesome video. keep it up! Btw what's the best media/way to connect with you?
this is a great video, what if for example i wanted to pay out the rewards in an already existing token, e.g stake said NFT get paid in, matic, eth, avax, instead of having my own token?
Any chance for update on this video? My thirdweb didn't have the installation section at start.
Unsure how to proceed if site has changed.
How do you import contracts that were already deployed outside of third web into the sdk kit? I imported them into third web but when I use npm run dev I get an error that no contract files are found. I seen that you deployed them from vs code but I did not. Please help
Thank you, is there anyway to create erc20 token gate for some pages of the website? For example you need to have 100 tokens to get access?
Second question - how to implement multiwallet connection?
And final one - is there any chance to set level system for holders of #nfts or #tokens?
Is there a way to add a Stake all and Unstake all function in the contract / button on the dapp?
Is this close to being out of the beta release and audited?
Thanks for your tutorial!🥰
I am using custom chain, chainid = elastos.
Any idea?
I have run yarn dev and everything works on the local host but how can deploy it to my web host ? With yarn build ? Or what i have to do now ?
I’d recommend using Vercel to deploy
@@JarrodWatts can you make a video how to use the hashlips minting dapp with a thridweb smart contract ?:)
I have a question what type of laptop does this coding work on because it won’t work on my chrome book
If I use the yarn dev, it's not working, any suggestion?
Thank you for the wonderful video. I learned a lot. I want to perform token issuance and staking on my NFT project, but I don't have the skills like you. Is it possible to request coding etc.?
how is Staking_Contract.sol deploy? I don't see the .env file or anything else in the project
can you add staking to an existing contract?
Can i add navbar into it?
I am getting this after everything loads and the stake page is opening - Application error: a client-side exception has occurred (see the browser console for more information). anyone has an idea.....Console shows bignumber error
Thank, thats wonderfull video i learn a lot.. can i create avalance NFT Staking platform with that?
Yeah AVAX is supported!
@@JarrodWatts What do we need to do to make a staking site in a different network?
How to deploy app to our domain? Cpanel
Wow amazing
When running "npx thirdweb deploy" I get "error: object expected" windows pop up. Any ideas?
Could this be done with ERC-1155s as well?
Yes! Just requires some small changes to the contract code
@@JarrodWatts What would these changes be? Been trying to figure this out for hours now
Any luck on this? I am running into the same issue
does this work on solana?
I can't get it right at the beginning. What should I download to make it work?
Make sure you instal react and javascript sdk first. That is a must before doing anything else.
If my main collection is on the ethereum chain, can my staking contract and tokens be on polygon mainnet?
Unfortunately not, as the contract will need to be on the same network in order for it to transfer the tokens
@@JarrodWatts but you could just select the eth or sol network instead of polygon when setting this up correct?
I can't find Installation category in thirdweb portal T_T. also CMD is not working with npx. I am so newbie Jarrod. how can I follow you from 09:02 ? T_T
The command is now npx thirdweb create
can i do the same for eth chain?
Yes!
Where are from please 👍
Please make for solana
Is your stake721 safe from block.timestamp attacks?
I cant see what r u typing.
jarrod do you have a point of contact.. for personal assistance
this is on shit matic lmao
do one on eth or binance
This works for any EVM compatible chain
pr໐๓໐Ş๓
whre is the problem?
Server Error
SyntaxError: Unexpected token '?'
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
file:///D:/welxstakingdapp/node_modules/%20(thirdweb-dev/react/dist/index-44e60bee.cjs.dev.js (5364)
The contract is deployed but it can’t gather the nft data from opensea 🥲
I am trying to see if there will be a difference when I upload it to worldpress or vercel