cryptape / ruby-serpent

Ruby binding to Ethereum Serpent compiler. Serpent is a Python style smart contract language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-serpent

Install

Make sure you already have libserpent at location.

gem i serpent

Dev Build

git submodule sync
git submodule update

# compile and install libserpent
cd serpent
make
sudo make install
cd ..

# compile extension
rake compile

# run test
rake

Usage

Check test for examples.

LICENSE

MIT License

References

About

Ruby binding to Ethereum Serpent compiler. Serpent is a Python style smart contract language.

License:MIT License


Languages

Language:Ruby 70.2%Language:C++ 29.8%