Skip to content

HPB Extended Reading on EVM Development

BlockGeek edited this page Apr 24, 2019 · 2 revisions

As an extended reading material, this article ntends to introduce the basics of HPB development. When coding with Solidity, one needs to understand the project from the perspective of a developer, so as to generate contracts and DAPPs.

For a general introduction to HPB, please refer to the White Book.

A variety of projects now exist that develop contracts or DAPPs based on EVM. The EVM used is basically unchanged compared to the ones based on the earliest Ethereum mechanism. The following documents could help one get a better understanding of the underlying mechanism of EVM, so as to understand how the transaction in the picture below works in a blockchain environment.

Please refer to Ethereum Development Tutorial.

Clone this wiki locally