soliditypp icon indicating copy to clipboard operation
soliditypp copied to clipboard

Solidity++, a smart contract programming language that extends Ethereum Solidity by adding asynchronous semantics while maintains major compatibility.

soliditypp

Solidity++, a smart contract programming language that extends Ethereum Solidity by adding asynchronous semantics while maintains major compatibility.

Clone with --recursive

git clone https://github.com/vitelabs/soliditypp.git --recursive

How to build

Run ./build.sh to build the project.

Run tests

Run ./test.sh to run test cases.

Quick start