nimbus-eth2/README.md

42 lines
2.0 KiB
Markdown
Raw Normal View History

# Nimbus Eth2 (Beacon Chain)
2020-06-19 13:14:12 +00:00
2018-07-20 13:46:03 +00:00
[![Build Status (Travis)](https://img.shields.io/travis/status-im/nim-beacon-chain/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/status-im/nim-beacon-chain)
[![Build Status (Azure)](https://dev.azure.com/nimbus-dev/nim-beacon-chain/_apis/build/status/status-im.nim-beacon-chain?branchName=master)](https://dev.azure.com/nimbus-dev/nim-beacon-chain/_build/latest?definitionId=3&branchName=master)
2018-09-05 18:46:09 +00:00
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
2018-07-20 13:46:03 +00:00
![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
2019-10-25 11:44:32 +00:00
[![Discord: Nimbus](https://img.shields.io/badge/discord-nimbus-orange.svg)](https://discord.gg/XRxWahP)
[![Gitter: #status-im/nimbus](https://img.shields.io/badge/gitter-status--im%2Fnimbus-orange.svg)](https://gitter.im/status-im/nimbus)
[![Status: #nimbus-general](https://img.shields.io/badge/status-nimbus--general-orange.svg)](https://join.status.im/nimbus-general)
2019-10-25 11:44:32 +00:00
Welcome to Nimbus for Ethereum 2.0.
2018-07-20 13:46:03 +00:00
Nimbus beacon chain is a research implementation of the beacon chain component of the upcoming Ethereum Serenity upgrade, aka Eth2.
2020-06-19 13:14:12 +00:00
## Manual
2020-06-19 13:14:12 +00:00
Please see the complete guide at [The nim-beacon-chain Book](https://status-im.github.io/nim-beacon-chain/).
2019-10-25 11:44:32 +00:00
2020-06-19 13:14:12 +00:00
## Quick Start
2020-06-19 13:14:12 +00:00
As a user, you can connect to testnets and become a validator as follows:
```
git clone https://github.com/status-im/nim-beacon-chain
cd nim-beacon-chain
2020-06-19 13:14:12 +00:00
make witti
```
2018-07-20 13:46:03 +00:00
## License
Licensed and distributed under either of
2018-09-05 18:46:09 +00:00
2020-06-19 13:14:12 +00:00
- MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
2018-09-05 18:46:09 +00:00
2018-12-27 14:22:58 +00:00
or
2020-06-19 13:14:12 +00:00
- Apache License, Version 2.0, ([LICENSE-APACHEv2](LICENSE-APACHEv2) or http://www.apache.org/licenses/LICENSE-2.0)
2018-07-20 13:46:03 +00:00
at your option. These files may not be copied, modified, or distributed except according to those terms.