Skip to content

HPB Smart Contracts Extended Doc

BlockGeek edited this page Apr 24, 2019 · 2 revisions

This article is an effective supplement to the development of HPB DAPP. The virtual machines used by HPB are consistent with the EVM used by Ethereum. Therefore, if one knows the process of ETH development well, he is readily able to develop HPB contract code. The differences between HPB and ETH lie in the underlying consensus algorithm and network structure. Besides, in order to optimize TPS, HPB specifically developed BOE boards to accelerate computing and consensus formation.

If you have yet to acquaint yourself with the concepts of contracts and transactions, these articles about Ethereum are highly recommended since all the concepts originally came from Ethereum. They will help you understand the concepts as followed:

  • what is Account
  • what is GAS
  • what is Transaction
  • what is Contracts
  • what is Dapps
  • Dapp developer tool

Please refer to Contracts and Transactions.

Clone this wiki locally