Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Idris to Serpent back end for Ethereum smart contracts

Notifications You must be signed in to change notification settings

potan/idris-se

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idris to Serpent back end

Proof-of-concept compiler back end for Ethereum smart contracts written in Idris. Compiles down to Serpent. Far from ready for production - output code exceeds gas limit even for very trivial programs.

Examples

https://github.com/vindaloo-thesis/examples

Build and install

Tested with Idris version 0.10. Idris needs to be built with FFI support.

cabal install
cd lib && idris --build ethereum.ipkg -i lib --interface; cd ..

About

Idris to Serpent back end for Ethereum smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 45.9%
  • Idris 41.6%
  • Python 12.0%
  • Makefile 0.5%