Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 293 Bytes

soliditypp

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

How to build

Run ./build.sh to build the project.

Run tests

Run ./test.sh to run test cases.

Quick start