Centos7 installation of Hyperledge Fabric v2.3 test network in VMware

catalogue Installation environment 0. Prerequisites: 1. Download Fabric (version 2.3.3) two   Installation example, binary and Docker image (see method 3 directly) (1) Method 1 (unsuccessful): execute directly according to the official website (2) Method 2 (unsuccessful): directly execute the bootstrap.sh script  , Same error ...

Posted by nvee on Fri, 29 Oct 2021 01:19:11 +0200

Combing the contents of network.sh startup script under hyperledger fabric sample test network

First clarify the network steps of a single machine: Generate organization Generate certificates for your organization Generate Genesis block Generate channel Generate node join channel Set anchor node Then find out what steps in the script are started through those instructions: Let's first look at the startup parameters of a network ...

Posted by rincewind456 on Sun, 10 Oct 2021 11:55:20 +0200

Blockchain cryptography

Chapter I cryptography Section 1 Introduction to password 1, Why encrypt? Ensure data security Xiao Ming – > Xiao Hong: After school, I'll see you in the small tree forest at the back door of the school Key: + 2 Ciphertext: let him put in Xueen instead. Run Ruxue. Excuse me, the school. Um, after the school gate is drawn into a ...

Posted by LanceEh on Sat, 09 Oct 2021 15:20:50 +0200

Solid learning record - Chapter 4

Solid learning record Chapter 1 creating a zombie factory The second chapter sets up the attack function of zombies The third chapter is the basic theory required for writing DAPP Chapter IV improving zombie function preface There are many things during the National Day holiday. The update was delayed for two days. Please forgive ...

Posted by MikeSnead on Tue, 05 Oct 2021 20:43:28 +0200

Ethereum related to Ethereum blockchain

This article refers to the blog link: https://blog.csdn.net/qq_41966713/article/details/103882422 Quick operation The premise is to download the Geth client and create the genesis block configuration file genesis.json Open private chain client """ # First, initialize the genesis block configuration file genesis.json, and save the data to ...

Posted by Thumper on Mon, 04 Oct 2021 02:06:49 +0200

ERC20 and ERC721 Standards and Cases

ERC-20 Introduction to ERC-20 Digital encrypted currencies can be divided into native and token currencies. ERC (Etherum Request for Comments)It is the agreement proposal submitted by the Taifang developer for tokens, and 20 represents the number of the agreement. All tokens that meet the ERC-20 standard are immediately compatible with the Ta ...

Posted by Big_Ad on Thu, 09 Sep 2021 18:10:36 +0200

Web3j+Maven Development of Taifang Application

In this tutorial, we will learn how to create a Maven-managed Java Ethernet project in Eclipse, connect Ethernet nodes using the web3j library, make JSON-RPC API calls, and display the results. Learn in the language you are familiar with and develop in Taifang DApp: Java | Php | Python | .Net / C# | Golang | Node.JS | Flutter / Dart web3j is ...

Posted by sonnieboy on Sat, 20 Jun 2020 03:54:08 +0200

JDK14 performance management tool: introduction to jstack

brief introduction In the previous article, we introduced the use of jstat tool in JDK14. In this article, we will further explore the use of jstack tool. jstack tool is mainly used to print java stack information, mainly java class name, method name, bytecode index, row number and other information. More highlights: Blockchain from getting st ...

Posted by unidox on Sat, 30 May 2020 03:56:47 +0200

Tron blockchain PHP docking development package [support USDT-TRC20]

The TronTool development package is suitable for rapidly increasing the support ability of Tron/USDT-TRC20 digital assets for PHP applications, that is, it supports the application scenarios using its own Tron blockchain nodes, and also supports the lightweight deployment scenarios based on the official public API services of Tron. Official dow ...

Posted by Calcartman on Thu, 09 Apr 2020 17:42:20 +0200

solidity test case practice

Truffle development framework provides two methods for testing Ethereum smart contract: solid testing at blockchain level and JavaScript testing at DApp level. In this tutorial, we will introduce the purpose, difference and application scenario of these two testing methods of Ethereum smart contract, and learn how to use the solid test case and ...

Posted by Demonic on Thu, 26 Mar 2020 04:11:33 +0100