I'm glad you can read this manual and start an interesting journey of exploration and construction in the world of blockchain!

I believe you should already know ArcBlock What kind of company it is: We firmly believe that blockchain will bring huge changes to human organization and collaboration, and we are committed to developing easy-to-use, flexible and scalable dApp development frameworks and tools. We have released so far Forge framework And a series of tools around the Forge framework, and the Forge CLI is the best way for developers to obtain and use these tools: just install a command and get the entire blockchain toolbox.

What can you learn

I believe that you are already struggling to develop your own blockchain application, but terms that look so inscrutable such as asymmetric encryption, block height, consensus algorithm, etc. may make you discourage again, and the tedious and tedious development environment configuration may also let you You run into walls everywhere.

The Forge framework encapsulates the network layer, consensus layer, data storage layer, and transaction processing layer that need to be considered for the development of blockchain applications. Developers only need to focus on the business logic that needs to be implemented. Forge CLI is more Furthermore, it allows non-developers to quickly create and launch their own chains and applications.

If you are a developer, you can learn from this manual:

  • How to use the Forge CLI to quickly launch the dApp environment
  • How to deploy a production environment with the Forge CLI
  • How to use the Forge CLI for chain operation and maintenance, such as upgrading
  • How to quickly read data from or write data to the chain
  • How to deploy contracts on the chain, how to manage contracts
  • How to use Forge CLI to quickly reuse cornerstone programs

If you are not a developer, you can also start your own nodes to participate in the ArcBlock ecosystem by simple commands.

What are you going to prepare?

  • MacOS, CentOS, Ubuntu and other Linux operating systems or cloud hosts can be used
  • Installs useful command line tools, such as those on Mac iTerm, Or the terminal program that comes with the Linux system
  • installed Node.js Operating environment, if it does n’t matter, we are in How to get the Forge CLI There are detailed explanations
  • Some free time and curiosity about the development of blockchain applications, the mastery and proficiency of any new skills need to be dedicated

Terminology used in this manual

The following terms can also be understood as abbreviations, or abbreviations.

  • Unless otherwise specified, CLI means Forge CLI
  • Unless otherwise specified, PK refers to the public key
  • Unless otherwise specified, SK means security key

Content organization

The contents of this manual are organized according to the above large function blocks as follows:


What are you waiting for? Do it!