But what if I want to deploy smart contracts to a EVM based blockchain which does not have any node providers like infura,alchemy etc?
Apr 15, 2022, 3:53 AM
How do I deploy to such a blockchain?
Apr 15, 2022, 3:53 AM
use web3js or web3 py libraries you can access blockchain RPC
Apr 15, 2022, 3:54 AM
Then why do we use private rpc of infura?
Apr 15, 2022, 3:55 AM
its depends on you if you not good in coding or setup OR you need quick and easy access you can use infura or similar .. and if you have your own infrastructure and have free time to learn and explore your own way you can use web3js, web3py etc to access your blockchain contracts
in short to make life easy :)
Apr 15, 2022, 3:59 AM
Where is the need for infrastructure if we just use webjs etherjs etc?Do we need to run a node to deploy contracts?
Apr 15, 2022, 4:00 AM
some people have their own chains run on some servers
its depends on you if you are learner you can use rinkeby or similar for free smart contract deployments and use web3js to communicate with it. and if you want to start your own self build network then you can start your own blockchain but its upto you and your business/work need
Apr 15, 2022, 4:05 AM
Nice
Thanks for helping
Apr 15, 2022, 4:05 AM
welcome
Apr 15, 2022, 4:06 AM