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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?