Coder Social home page Coder Social logo

wellcomez / solidity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from runtimeverification/solidity

1.0 1.0 0.0 17.31 MB

Fork of the Solidity Compiler for compiling Solidity to IELE

License: GNU General Public License v3.0

CMake 0.88% Solidity 12.09% C++ 84.89% C 0.04% Shell 1.73% Python 0.23% Batchfile 0.14%

solidity's Introduction

The Solidity to IELE Compiler

This is the Solidity to IELE compiler, a fork of the Solidity compiler targeting the IELE virtual machine (instead of the EVM).

To learn more about the supported Solidity features and the main differences between the IELE and EVM compilers, see README-IELE-SUPPORT.

Useful links

To get started you can find an introduction to the language in the Solidity documentation. In the documentation, you can find code examples as well as a reference of the syntax and details on how to write smart contracts.

You can start using Solidity in your browser with no need to download or compile anything.

The changelog for this project can be found here.

Solidity is still under development. So please do not hesitate and open an issue in GitHub if you encounter anything strange.

Building

Prerequisites

Dependencies

To easily install the required dependencies on your system, run

sudo ./scripts/install_deps.sh

We have successfully tested the script on the following operating systems:

  • Darwin
  • Ubuntu
  • Arch Linux
  • Debian
  • Fedora
  • Alpine Linux

Build the compiler

mkdir build
cd build
cmake ..
make

Usage

Use the compiler like this:

./build/solc/isolc --asm <solidity file>

To run the compilation tests:

./test/ieleCmdlineTests.sh

Failed tests reported are stored in test/failed, clean them before rerunning:

rm -rf test/failed

solidity's People

Contributors

chriseth avatar axic avatar cjentzsch avatar gavofyork avatar lefterisjp avatar debris avatar lianahus avatar pirapira avatar subtly avatar winsvega avatar denton-l avatar bobsummerwill avatar chfast avatar gluk256 avatar federicobond avatar vor0220 avatar dwightguth avatar ekpyron avatar arkpar avatar theo25 avatar nicolaisoeborg avatar jamesray1 avatar roadriverrail avatar djudjuu avatar leonardoalt avatar dfilaretti avatar asinyagin avatar benjaminion avatar erak avatar tiimjiim avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.