Skip to content

GenaroNetwork/genaro-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solidity-genaro

Fork from solidity.

Building the source

mkdir build
cd build
cmake .. && make

How To Use

See solidity.
New feature.
You can get more development information from the yellow book.

New VM opcodes

image

New Instructions

After adding new opcodes, Genaro added new instructions to the original solidity language and kept compatibility while increasing the operational possibilities of the data. Value type - increase part: Storage address d_storage: Saves a 32-byte value corresponding to the space address in the store. The storage address type also has members as the basis for all storage parts.
Call method:
image

Store the address to be queried, because in the smart contract, you can stop the contract execution by using it as a judgment point:
image