Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loomnetwork/solidityx-js

SolidtyX is an opinionated version of Solidity.
https://github.com/loomnetwork/solidityx-js

Last synced: about 1 month ago
JSON representation

SolidtyX is an opinionated version of Solidity.

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