Blockchain: I use visual Webase to develop smart contracts

After everyone has seen the editor's visual deployment operation, I will demonstrate the development and use of smart contracts based on visual Webase.

First of all, you need to write your own smart contract on webase. I will not introduce it here. You can directly compile and deploy it.

Before deploying the contract, you must first create a user (contract caller) in the test user.

 

 It should be noted here that it must be compiled first before deployment.

After the deployment is completed, the contract can be called.

After the transaction is successful, there will be corresponding transaction information (address, hash value, etc.). 

The content of this section is relatively simple. In the next article, I will show you how to develop blockchain applications.

Guess you like

Origin blog.csdn.net/LforikQ/article/details/130685808