Introduction to blockchain
Dahua blockchain is a book published by Tsinghua University Press in September 2019, written by Zhang Yingping. This book is a blockchain book that comprehensively explains bitcoin, Ethereum, super ledger and EOS, a blockchain development guide from engineer basic skills, development language to smart contract development, and a blockchain engineer guide from technology, project to career development planning
"Dahua blockchain"
"Dahua blockchain" is a blockchain book that pays equal attention to theory and practice, easy to understand and professional. The blockchain technology guide (the first three chapters) mainly explains the concept of blockchain, blockchain applications, bitcoin, Ethereum, super ledger, EOS and other mainstream blockchain technologies. Through learning, each reader can fully understand the implementation principles of mainstream blockchain technologies and understand the future development trend of blockchain. The practical part of development (the last two chapters) starts from the basic skills of blockchain, simulates the development of real blockchain projects, and explains in detail the design, development and deployment of smart contract and DAPP. Through learning, every reader can master the development of blockchain
blockchain: from digital currency to credit society discusses how blockchain is established, why everyone talks about blockchain, where is the secret of blockchain, what is advanced blockchain (second generation blockchain Technology), and how to play blockchain from the aspects of history and background, development status, basic principles and technology, application ecology, existing problems and challenges, How to move from the information internet to the value Internet, how to restrict and supervise the blockchain with laws and regulations, where the blockchain is going, disputes and challenges, and analyze the problems and difficulties in all aspects of the blockchain from the perspectives of economy, finance, currency, law, science and technology philosophy
bitcoin: an illusory and real financial world, written by Li Jun, Chang Jia, et al.
this paper makes a systematic and detailed interpretation of the monetary attributes of bitcoin, and the overall attitude is quite objective. The content is more financial
by Andreas M. antonopoulos, master bitcoin
this book is more technical, with a detailed description of the implementation principle and some technical details of bitcoin< In terms of blockchain,
by Melanie swan,
blockchain - blueprint and guide to the new economy,
the Chinese translation line-up is very luxurious. Generally speaking, the book's macro interpretation of blockchain from an economic perspective is very accurate. At the same time, Tsinghua University Credit Course "beyond the cognitive basis of discipline" initially decided to use this book as a designated reference book. It's worth seeing
blockchain technology guide is located in GitHub
the title of the book is common, and there is a book with the same name. The recommended one is the one on GitHub. You should be able to find it by searching the blockchain guide in GitHub. Many netizens have participated in the contribution to this book. The principle and application of blockchain are introced in detail, and the technology is also very strong. It can be said that the introction was very comprehensive and systematic
the above is the recommended list.
"chainman College" offers short weekend technical training courses for colleges with a certain programming foundation. You can investigate them and ask about your situation.
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.