All Projects → ChainSafe → Lodestar

ChainSafe / Lodestar

Licence: lgpl-3.0
🌟 Ethereum 2.0: TypeScript Implementation of the Beacon Chain

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Lodestar

Mosaic Contracts
Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
Stars: ✭ 119 (-67.22%)
Mutual labels:  ethereum, sharding
Lighthouse
Rust Ethereum 2.0 Client
Stars: ✭ 971 (+167.49%)
Mutual labels:  ethereum, sharding
Sharding
Sharding manager contract, and related software and tests
Stars: ✭ 461 (+27%)
Mutual labels:  ethereum, sharding
Pyquarkchain
Python implementation of QuarkChain
Stars: ✭ 194 (-46.56%)
Mutual labels:  ethereum, sharding
Token Wizard
(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
Stars: ✭ 353 (-2.75%)
Mutual labels:  ethereum
Wagyu
A Rust library for generating cryptocurrency wallets
Stars: ✭ 342 (-5.79%)
Mutual labels:  ethereum
Ethereum Php
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
Stars: ✭ 343 (-5.51%)
Mutual labels:  ethereum
Dappsys
Composable building blocks for Ethereum contracts
Stars: ✭ 341 (-6.06%)
Mutual labels:  ethereum
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (-1.1%)
Mutual labels:  ethereum
Harmony
The core protocol of harmony
Stars: ✭ 351 (-3.31%)
Mutual labels:  sharding
React Native Redux Crypto Tracker
💎 Learn how to build a Redux + React Native cryptocurrency app
Stars: ✭ 351 (-3.31%)
Mutual labels:  ethereum
Market Maker Keeper
Maker Keeper Framework: Market maker keepers for OasisDEX, EtherDelta, 0x (RadarRelay, ERCdEX), Paradex, DDEX, IDEX, Bibox, Ethfinex, GoPax, HitBTC, TheOcean, OKEX and Gate.io.
Stars: ✭ 344 (-5.23%)
Mutual labels:  ethereum
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (-2.48%)
Mutual labels:  ethereum
Evm Opcodes
Ethereum opcodes and instruction reference
Stars: ✭ 344 (-5.23%)
Mutual labels:  ethereum
Rimble Ui
React components that implement Rimble's Design System.
Stars: ✭ 357 (-1.65%)
Mutual labels:  ethereum
My Wallet V3
Blockchain Web Wallet Library - https://support.blockchain.com
Stars: ✭ 342 (-5.79%)
Mutual labels:  ethereum
Lunary Ethereum Wallet
A beautiful, secure and native Ethereum Wallet for Android
Stars: ✭ 348 (-4.13%)
Mutual labels:  ethereum
My Wallet V3 Android
Blockchain Android Wallet
Stars: ✭ 356 (-1.93%)
Mutual labels:  ethereum
3box
The easiest way for Ethereum apps to manage user data.
Stars: ✭ 348 (-4.13%)
Mutual labels:  ethereum
Awesome Ethereum Security
A curated list of awesome Ethereum security references
Stars: ✭ 345 (-4.96%)
Mutual labels:  ethereum

Lodestar Monorepo

ETH2.0_Spec_Version 0.12.1 Discord codecov Maintainability ES Version Node Version

Lodestar is a Typescript implementation of the Ethereum 2.0 specification developed by ChainSafe Systems.

Index

Getting started

Prerequisites

Architecture Overview

Contributors

Read our contributors document, submit an issue or talk to us on our discord!

Meeting Notes

Feel free to check out our meeting notes and documents on HackMD.

Donations

We are a local group of Toronto open source developers. As such, all of our open source work is funded by grants. We all take the time out of our hectic lives to contribute to the Ethereum ecosystem. If you want to donate, you can send us ETH at the following address: lodestar.chainsafe.eth

Packages

This monorepo repository contains a suite of Ethereum 2.0 packages.

Package Version License Docs Description
@chainsafe/lodestar npm License: LGPL v3 documentation Beacon chain client
@chainsafe/lodestar-validator npm License: LGPL v3 documentation Validator client
@chainsafe/lodestar-cli npm License: LGPL v3 documentation Command line tool for lodestar
@chainsafe/lodestar-beacon-state-transition npm License documentation Eth2 beacon state transition
@chainsafe/lodestar-types npm License documentation Eth2 typescript and SSZ types
@chainsafe/lodestar-params npm License documentation Eth2 network parameters
@chainsafe/lodestar-utils npm License documentation Misc utility functions used across lodestar
@chainsafe/lodestar-config npm License documentation Eth2 types and params bundled together
@chainsafe/lodestar-spec-test-util npm License documentation Test harness for Eth2 spec tests
@chainsafe/lodestar-db npm License documentation Read/write persistent Eth2 data
@chainsafe/lodestar-fork-choice npm License documentation Beacon chain fork choice

Creating Release

  • run yarn run release in project root directory
  • choose version increment
  • open PR to master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].