ruby-ethereum

A Ruby implementation of Ethereum.

Github星跟踪图

ruby-ethereum

Join the chat at https://gitter.im/janx/ruby-ethereum

A Ruby implementation of Ethereum.

Install Secp256k1

https://github.com/cryptape/ruby-bitcoin-secp256k1

Caveats

Increase Ruby Stack Size Limit

Or some tests will fail because the default stack size cannot hold a maximum (1024) levels
deep VM stack.

Set RUBY_THREAD_VM_STACK_SIZE in your shell/environment:

export RUBY_THREAD_VM_STACK_SIZE=104857600 # 100M, 100 times default

License

MIT License

TODO

  • optimize memory foot print
  • add pruning trie
  • refactor abi types
  • refactor trie node types
  • review db.commit_refcount_changes usage

主要指标

概览
名称与所有者cryptape/ruby-ethereum
主编程语言Ruby
编程语言Ruby (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-02-05 08:32:06
推送于2018-03-17 01:31:12
最后一次提交2018-03-17 09:31:04
发布数7
最新版本名称v0.11.0 (发布于 )
第一版名称v0.9.0 (发布于 )
用户参与
星数266
关注者数61
派生数54
提交数390
已启用问题?
问题数5
打开的问题数4
拉请求数4
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?