GitHub blockchain view
Public chain, also known as "public chain", refers to the blockchain that anyone in the world can enter the system at any time to read data, send confirmatory transactions and compete for bookkeeping. The public chain is generally considered to be "completely decentralized", because no indivial or institution can control or tamper with the reading and writing of data in it. In terms of application, blockchain public chain mainly includes bitcoin, Ethereum, super ledger, most counterfeit currencies and smart contracts. The ancestor of blockchain public chain is bitcoin blockchain, which has the following characteristics:
1, open source code
upload the code to GitHub, and everyone can get complete blockchain data by downloading, Accept the test of the public
2, complete decentralization
anyone can become a node, each node is open, everyone can participate in the calculation of the blockchain, any node is not permanent, but phased, and any center is not mandatory for nodes. Anyone can read and send transactions, and transactions can be effectively confirmed on the blockchain. Anyone can participate in the consensus process. The consensus process determines whether a block can be added to the blockchain and the exact current state. Everyone can get financial reward from it, which is proportional to their contribution to the consensus process. These public chains are generally considered to be "completely decentralized"
3. Developing decentralized applications
through this public chain, developers can easily develop centralized applications. Public chain can protect the rights and interests of users from the influence of program developers

The relevant certificates can be issued online for the data of blockchain storage and network forensics through easysaving. Through the record number on the certificate, the blockchain query can be concted directly through the official website of easysaving and relevant arbitration commission, including the preservation subject, preservation time stamp, Guangzhou Internet court evidence number, blockchain hash value and other relevant information

1
find the project you are interested in at github.com, such as jQuery, the clone URL of the project
2
open the GIT bash command line window locally
3
paste the copied clone URL into the command line window and enter, After executing the clone command code, download it to the local
git clone [url]
end
method 2 - download the source code zip package
1
find the project you are interested in, and click & quot; on the project page; Download Zip" Button, the source code can be downloaded to the local
end
method 3 - browse the code directly online and the desired code segment
1
the source code of the project can be viewed directly in the code browsing window, if you are interested, you can or download it directly
http://jingyan..com/article/48b558e3352dac7f38c09a1b.html
Github Trending

1
find the project you are interested in at github.com, such as jQuery, the clone URL of the project
2
open the GIT bash command line window locally
3
paste the copied clone URL into the command line window and enter, After executing the clone command code, download it to the local
git clone [url]
end
method 2 - download the source code zip package
1
find the project you are interested in, and click & quot; on the project page; Download Zip" Button, the source code can be downloaded to the local
end
method 3 - browse the code directly online and the desired code segment
go to github.com to find the project you are interested in, such as jQuery, the clone of the project
URL
multi graph
2
open the GIT
bash command line window locally
3
paste the copied clone
URL into the command line window and press enter. After executing the clone command code, download it to the local
git
clone
[url]
Find following directly on GitHub's home page and click

