Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitelabs/soliditypp

Solidity++, a smart contract programming language that extends Ethereum Solidity by adding asynchronous semantics while maintains major compatibility.
https://github.com/vitelabs/soliditypp

asynchronous solidity vite

Last synced: about 14 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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