Java construction of blockchain Technology
-
the underlying development of blockchain can't be realized with Java
-
as the upper development, you just need to dock according to the given open source interface, and then develop what you need with the language you are good at
-
now there are many blockchain system templates, you can see which development cases
< / OL >
1.1 start with imitation, First knowledge of blockchain
1.2 basis of blockchain: analysis of consensus mechanism
1.3 design principle and method of consensus mechanism
1.4 how to quickly clone a blockchain
1.5 how to turn bitcoin into its own private chain - bifurcated bitcoin
1.6 how to turn Ethereum into its own private chain - bifurcated Ethereum
1.7 how to turn ripple into its own private chain - bifurcated Ripple
1.8 how to turn stellar into a private chain of its own, How to develop your own blockchain wallet (windows and MAC) 1.11 how to develop your own blockchain wallet (Android and IOS) 1.12 how to develop an online wallet similar to blockchain.info 1.13 how to increase the security and robustness of your own blockchain network 1.14 how to use coin to handle recharge withdrawal business
1.15 How to use the fund pool to build a mixed currency service
1.16 how to design a new mining algorithm
this process is generally used, but it is also very difficult for ordinary people to complete. The mature projects of blockchain include Ethereum, decent, bitcoin and so on.
Blockchain projects require high efficiency, so most of the core source code development is using C / C + +. However, if you are doing a blockchain project, unless you need to make a lot of adjustments to the source code, you may not choose to use Java. For general DAPP applications, java development should also be a good choice. For example, in the case of Ethereum blockchain, there is a web3j class library for Java, which is very convenient; Bitcoin has bitcoin J class library, which is also easy to use. It still depends on the level of application, what to do, and the situation of the team
share two Java blockchain tutorials:
-
java bitcoin details
-
java Ethereum development
< / OL >
the underlying development of blockchain can't be realized with Java
as the upper development, you just need to dock according to the given open source interface, and then develop what you need with the language you are good at
now there are many blockchain system templates, you can see which development cases
the underlying development of blockchain can't be realized with Java
2.
to do the upper development, you only need to dock according to the given open source interface, and then use the language you are good at to develop what you need
3.
now there are many blockchain system templates, you can go to see what development cases there are
-
the underlying development of blockchain can't be realized with Java
-
to do the upper development, you just need to dock according to the given open source interface, and then develop what you need with the language you are good at
-
now there are many blockchain system templates, you can see which development cases
< / OL >