Ethereum training video
How many weeks is the
go full stack + blockchain course? How many stages? How long does each stage last? What is the degree of completion of each stage
a total of 22 weeks, divided into five stages,
the first stage 4 weeks go language foundation and network concurrency, after learning the introctory go language,
the second stage 4 weeks go language practical web development, crawler development, cryptography, consensus algorithm, to achieve lightweight public chain, after learning can develop golang website, crawler, Achieve lightweight blockchain
phase 3 4-week Ethereum source code analysis and smart contract DAPP development, master Ethereum core and smart contract development, as well as blockchain,
phase 4 4-week super ledger, bitcoin EOS, source code analysis and smart contract combat, master super ledger development, cat bitcoin, bifurcated EOS after learning, As well as the intelligent contract DAPP development
phase V 6-week project actual combat, five enterprise level projects, one year of blockchain project experience after learning
Ethereum is an open-source public blockchain platform with smart contract function. It mainly provides decentralized virtual machine to process point-to-point contracts through its special encrypted currency Ethereum, which is fast and unlimited in quantity. In other words, it is a monetary payment system, but their functions and purposes are different
if bitcoin is considered to be a shared global book that securely records all bitcoin bills. Then Ethereum is to maintain a shared computing platform, which can flexibly and safely run any program users want. Because of this, many countries and enterprises are developing how to use Ethereum technology in the real world.
Ethereum specifies the JSON RPC API application development interface that each node needs to implement. This interface is transport independent. Applications can use this interface protocol to operate Ethereum nodes through HTTP, websocket or IPC and other communication mechanisms: