Navigation
Ethereum Deplyoment infrastructure in truly distributed network.
What is the infrastructure used to deploy a DAPP in Real World. I saw some tuts by Nilu and they were really helpful. I can to know basic of ETH and GANACHE. So, how in real world a blockchain application is deployed in a truly distributed network
Answers
Hungry for knowledge?
New guides and courses each week
Looking to invest?
Market data, analysis, and reports
Just curious?
A community of blockchain experts to help
Get started today
Already have an account? Sign In
Saarah Rasheed @saarah95gmail-com
Saarah Rasheed @saarah95gmail-com
The pipeline is essentially the same, only instead of testnet you connect to the mainnet. You can check details in the documentations here:
https://ethdocs.org/en/latest/contracts-and-transactions/mix/dapp-deployment.html
https://twitter.com/urssanj00 @sanjeev-pandey
https://twitter.com/urssanj00 @sanjeev-pandey
thanks. i m new in blockchain and I was reading more and more since last week. I understood below: blockchain is a database with immutability and with no support for update and delete. only insert is allowed and blockchain maintaines the audit of every transactions. so maintain audit and resulting data is really costly. so, blockchain cannot be used to create a conventional web application for example HRMS if we consider infra available in current days.