https://github.com/loomnetwork/solidityx-js
SolidtyX is an opinionated version of Solidity.
https://github.com/loomnetwork/solidityx-js
Last synced: 5 months ago
JSON representation
SolidtyX is an opinionated version of Solidity.
- Host: GitHub
- URL: https://github.com/loomnetwork/solidityx-js
- Owner: loomnetwork
- License: mit
- Created: 2017-11-13T10:37:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T18:35:51.000Z (about 7 years ago)
- Last Synced: 2024-08-04T02:10:47.887Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://solidityx.org
- Size: 74.2 KB
- Stars: 122
- Watchers: 27
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## SolidityX
SolidityX is an opinionated version of Solidity. Currently it works as a source to source compiler. In future we are adding extensions to the Ethereum Virtual Machine (EVM).
*** Beta software, changing daily. Don't use for production workloads yet ***
## To run
```
node solx test/voting.solx voting.sol
```
## Setup
```
npm install
```
## Features (Beta)
```
String manipulation
Swarm Integration
IPFS Integration
Cross blockchain communication
```
### References
Builds on the PegJs Parser from ConsenSys