What to learn from blockchain
1. Build a distributed ledger application based on DLT technology to realize the business requirements of customers on DLT. At present, the more famous one in this field is REBO. So what does DLT mean? Just look at what REBO is doing
2. Develop your own application on the existing public chain. At present, most companies are doing this. This category is also characterized by low threshold, high business potential and low risk
3. Companies develop their own public chains, which have the greatest potential in the future, but also have the highest risks and technical difficulties
4. Blockchain ecological infrastructure. For example, mobile wallet, hardware cold wallet, trading platform, blockchain content platform and so on are the blockchain instries with the highest commercial profits at present. Relatively speaking, the threshold is low and the risk is low, but there are many competitors
if we start from technology, what languages and knowledge do we need to learn
for the first class, go language is necessary, because DLT is mainly based on go language, and it also needs to master certain application development ability, because it must be a piece of software rather than a bunch of command-line source programs delivered to customers. For the second category, the mainstream of smart contract is the solidness language of Ethereum smart contract, so if you want to enter the second category of enterprises, you need to start with Ethereum. The third type of public chain development, the mainstream is C + + and go, but there are also many famous projects are implemented in trust, such as: Facebook's Libra, fire coin's nervos and so on. In fact, the fourth category has little to do with blockchain technology, because development such as trading platform does not need blockchain technology
in addition to the above technical hard power, blockchain companies prefer "slash youth", that is, talents who master multi field knowledge at the same time, which can be divided into three categories: finance and blockchain, content operation and blockchain, community operation and blockchain. Among them, the third kind of talents is the rarest, because most technical talents are not good at communication and exchange. However, e to its distributed characteristics, blockchain especially needs the joint efforts of the community to create and maintain a chain
in the end, many people mistakenly think that blockchain is a brand new instry, and that blockchain is totally different from traditional fields. This is actually a big mistake. From what has been written above, you can also find that in the end, blockchain still needs to solve the actual needs in reality. The only difference is that the tools to solve the needs have changed, so don't think that only knowing blockchain can kill all sides, It is very important to have the basic knowledge of the requirement field
the application fields of blockchain include digital currency, token, finance, anti-counterfeiting traceability, privacy protection, supply chain, entertainment, etc. with the popularity of blockchain and bitcoin, many related top domain names have been registered, which has a great impact on the domain name instry.
why should we learn go language and what are the advantages of go
1. What are the advantages of go
1: performance
2: language performance is very important
3: developer efficiency & don't be too innovative
4: concurrency & Channel
5: fast compile time
6: team building ability
7: powerful ecosystem
8: gofmt, Mandatory code format
9: grpc and protocol buffers
can be directly compiled into machine code, independent of other libraries. Glibc version has certain requirements, and deployment is completed by throwing a file
static type language has the feeling of dynamic language. Static type language can check out most hidden problems when compiling, while dynamic language has the feeling that there are many packages that can be used and the efficiency of writing is very high.
super 90% block chain personnel monthly salary of over 10000
per capita monthly salary of 25 thousand and 800 yuan, the wind has been artificially accused of the existence of the bubble
2018 years, the block chain is positive, has been overshadowed by artificial intelligence. According to the data of boss direct employment research institute, after November 2017, the average recruitment salary of blockchain related posts reached 25800 yuan
as the three giants of traditional high wage instries, Internet, finance and professional services are firmly in the top three, and the average monthly salary is more than 1000 yuan higher than that of other instries. Specific to the job demand, high-tech jobs are in serious shortage of talents, and the salary also presents a crushing advantage. In 2018, the average salary of Technology / R & D and proct talents in China reached 14400 yuan and 13900 yuan respectively, with an average salary increase of more than 5%
As we all know, blockchain is the proct of recent years, but the market for blockchain related courses can be said to be multifarious, fengmaolingjiao, each has its own merits, here, do a statistics, study, discuss and exchange together
mining mean? What did the miners do
10. What is the application of blockchain? What changes will blockchain bring
11. Blockchain will become the basic internet protocol, similar to TCP / IP and HTTP
12. What is Ethereum? Why is it the representative of blockchain 2.0? He is the founder of Ethereum and the real big man in the blockchain instry
14. What is a smart contract
15. What is Ethereum smart contract
V God said that the token system of Ethereum17. Machines need the certificate more than people
18. What is the standard of erc20 certificate
19. The Dao crowdfunding event and Ethereum bifurcation
20. How to design Tongzheng? How to express assets
21. Classification of token (list of categories)
22. Technology and components of Ethereum smart contract
23. Erc721 standard and encryption cat
24. Ethereum account (external account and contract account)
25. Four features of blockchain
26. What is blockchain 3.0 like
What is EOS? What is the difference between EOS, bitcoin and Ethereum The consensus mechanism and block generation of EOS29. Daniel laremo (BM): the main developer of EOS
30. A map to understand what EOS is
31. The "Impossible Triangle" of blockchain
32. What is the application of blockchain (decentralized application)
33. How to recover the stolen EOS key
the Xueshuo innovation blockchain Technology Workstation of Lianqiao ecation online is the only approved "blockchain Technology Specialty" pilot workstation of "smart learning workshop 2020 Xueshuo innovation workstation" launched by the school planning, construction and development center of the Ministry of ecation of China. Based on providing diversified growth paths for students, the professional station promotes the reform of the training mode of the combination of professional degree research, proction, learning and research, and constructs the applied and compound talent training system
1. Technical language
Python and go are two technical languages mentioned by many companies. Learning needs to be a priority. Moreover, these two languages have great application in the technical direction outside the blockchain. For example, go is used in the background construction of large concurrent systems, and Python is used in the construction of artificial intelligence systems. So learning these two languages is a priority
2. Technical framework
master one or more of bitcoin, Eth and hyperledger. Needless to say, BTC is written in C + +. A large number of currency projects, such as lightcoin, dash, Monroe, zcash, use bitcoin technology for secondary development
eth is the representative of blockchain 2.0, which can build a variety of application classes DAPP on eth network. Now a large number of application blockchain projects are developed using eth platform
hyperledger fabric is a blockchain development platform pushed by IBM, which is mainly used for the development of alliance chain, and is the most popular alliance chain development platform at present
3, algorithm
pow (proof of work), POS (proof of rights and interests algorithm), pbft (Byzantine fault-tolerant algorithm) are all important components of cryptography in blockchain. A full understanding of these algorithms will help you to have a better understanding of cryptography when you participate in the underlying development of blockchain projects
extended data:
blockchain technology is a kind of Distributed Accounting Technology, which is characterized by decentralization, openness and transparency, so that everyone can participate in the establishment of the database, and each established data can not be tampered with, and everyone participates, The problem of trust between strangers is solved
blockchain technology has emerged. It is an accounting technology with the participation of the whole people. The transaction information and data between AB and ab are published to the public and can not be tampered with. As we all know, there is no need for any authoritative Third Party C here. In other words, everyone in the system plays the role of C, which is also called decentralization