From just having a quick look at your demo's you should probably use spinners on the UI to indicate something is happening after a user clicks upload image for example, otherwise they might think nothing is happening.
what are pre requests to learn blockchain development ? is it necessary to learn backend development for long term development give me some some advice
get tokens from the faucet of blockchain network you are connected to. If you are connected to volta testnet, use volta faucet. If you are connected to ethereum sepolia, search for sepolia faucet
@@KhushiYadav-fo9ul Use ethereum sepolia testnet. Change your hardhat config file and use something like this module.exports = { solidity: "0.7.3", defaultNetwork: "sepolia", networks: { hardhat: {}, sepolia: { url: API_URL, accounts: [`0x${PRIVATE_KEY}`] } }, } and use any of the API URL given in this link rpc.info/ethereum-sepolia
Great tutorial! 🌟Clear steps from smart contract to UI setup. Excited to try it out! 👍
Thanks mate
From just having a quick look at your demo's you should probably use spinners on the UI to indicate something is happening after a user clicks upload image for example, otherwise they might think nothing is happening.
Can you update how to use the new web3 storage platform with the code for the last IPFS project
Bhaiya I was making health record storage system using Blockchain but having much errors please make video on that
Implement most of the things in smart contract and then call those functions using react or nextJS API.
@@syedmuhammaddanish One last question bhaiya how to fetch a particular medical record with a unique id ? which is entered by patient itself
Please make a vedio on good resources for learning web3 and also web3❤ projects repos
Sure bro
Do you think blockchain development it is a good career for the future
Definitely you can look into smart contract development or smart contract auditing.
what are pre requests to learn blockchain development ? is it necessary to learn backend development for long term development give me some some advice
Yes you need to know the web development (front end and back end) if you want to be a fullstack blockchain developer.
It shows you have already voted ? what could be the issue
How to get free etherum to do transction on blockchain ?
all sepolia facuets need at least 0.001 eth in mainnet for bot prevention, what should i do now
Try chainlink faucet
my metamask wallet is literally 0. How should I do transaction with 0 Ethereum. Please help need some guidance
get tokens from the faucet of blockchain network you are connected to. If you are connected to volta testnet, use volta faucet. If you are connected to ethereum sepolia, search for sepolia faucet
@@syedmuhammaddanish bhaiya how to replace the depreciated networks with the new one like rinkyby with volta
DId you know how to do it?
@@KhushiYadav-fo9ul Use ethereum sepolia testnet. Change your hardhat config file and use something like this
module.exports = {
solidity: "0.7.3",
defaultNetwork: "sepolia",
networks: {
hardhat: {},
sepolia: {
url: API_URL,
accounts: [`0x${PRIVATE_KEY}`]
}
},
}
and use any of the API URL given in this link rpc.info/ethereum-sepolia
@@syedmuhammaddanish Thank you Bhaiya
You just re-uploaded the video which was outdated volta is depreciated.
Just change the blockchain and use ethereum sepolia testnet instead of volta