Skip to content

makevoid/try-ethworks-ethereum-rb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ethworks-ethereum-rb example

usage

install deps

bundle

run parity

docker run -p 8545:8545 appliedblockchain/parity-solo-instant

run the example

ruby try-eth-rb.rb

or

rake

Notes

This is the output you should get:

$ time rake
/usr/local/bin/ruby try-eth-rb.rb
new contract: 0xdfe3a564bf18f34e2056407d0076f8bc1e20759a
got value: rand-6
got value: rand-3
got value: rand-8
got value: rand-3
got value: rand-4

real	0m0.395s
user	0m0.267s
sys	0m0.044s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published