/ruby-serpent

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

Primary LanguageRubyMIT LicenseMIT

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