Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vitelabs/soliditypp
- Owner: vitelabs
- License: gpl-3.0
- Created: 2021-01-29T05:57:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T19:54:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T06:31:31.128Z (over 1 year ago)
- Topics: asynchronous, solidity, vite
- Language: C++
- Size: 1.03 MB
- Stars: 35
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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