Nimbus: an Ethereum Execution Client for Resource-Restricted Devices https://status-im.github.io/nimbus-eth1/
Go to file
Mark Spanbroek 77127db44b Add rudimentary build & test instructions to Readme
Fixes #43
2018-06-20 13:56:43 +02:00
doc Update Nimbus - An Ethereum 2.0 Sharding Client_xt.md 2018-05-28 10:44:12 -07:00
examples Some renames 2018-05-28 13:22:28 +03:00
nimbus ethp2p was renamed to eth_p2p 2018-06-16 22:14:31 +03:00
tests logging: non-debug costless, avoid allocating constant string messages 2018-06-15 14:20:42 +02:00
.appveyor.yml Fix Appveyor when it appends a random string (#16) 2018-04-13 19:33:20 +02:00
.gitignore Hash256/EthAddrres refactoring 2018-05-30 19:11:15 +03:00
.travis.yml Fixed TTInt rlp encoding. Fixes #9. (#12) 2018-04-12 12:34:20 +02:00
LICENSE-APACHEv2 Update README badges and add dual-license header 2018-04-06 16:52:10 +02:00
LICENSE-MIT Update README badges and add dual-license header 2018-04-06 16:52:10 +02:00
README.md Add rudimentary build & test instructions to Readme 2018-06-20 13:56:43 +02:00
VMTests.md Activate logging, sha3, arith tests (#51) 2018-06-13 19:33:47 +02:00
default.nix Add Nix files for obtaining all C/C++ dependencies 2018-02-23 18:55:04 +02:00
devenv.nix Add Nix files for obtaining all C/C++ dependencies 2018-02-23 18:55:04 +02:00
nimbus.nimble ethp2p was renamed to eth_p2p 2018-06-16 22:14:31 +03:00

README.md

Nimbus: an Ethereum 2.0 Sharding Client for Resource-Restricted Devices

Build Status (Travis) Windows build status (Appveyor)License: Apache License: MIT Stability: experimental

Join the Status community chats: Riot: #dev-status Riot: #nimbus

Rationale

Nimbus: an Ethereum 2.0 Sharding Client

Building & Testing

Currently Nimbus requires the latest development version of the Nim programming language. Follow the installation steps or use choosenim.

You can build the package and run the tests using nimble test. You can run the example using nim compile --run examples/decompile_smart_contract.nim.

License

Licensed under one of the following: