Skip to content

Commit

Permalink
chainsafe updated and development updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ChainSafeSystems committed Jan 3, 2019
1 parent 2a02914 commit ab7992b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ethereum-basics/development/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Developing on the Ethereum blockchain

## Summary
Ethereum is a blockchain, first-and-foremost. Its primary artifact is the smart contract, written in the programming language, Solidity
Ethereum is a blockchain, first-and-foremost. Its primary artifact is the smart contract, primarlily written in the programming language Solidity, a language with syntax similar to JavaScript. Currently Vyper is being developed to offer another choice when developing smart contracts, with syntax similar to Python.

## Resources
* [Ethereum Developer Tools List](https://github.com/ConsenSys/ethereum-developer-tools-list)
5 changes: 3 additions & 2 deletions ethereum-roadmap/serenity-phases/eth2-teams/chainsafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Background

Based in Toronto, ChainSafe Systems is a blockchain research and development startup offering consulting services to a number of different ethereum-based projects including Shyft, Bunz, Aion, and Polymath.
Based in Toronto, ChainSafe Systems is a blockchain research and development firm offering consulting services to a number of different ethereum-based projects including Bunz, Shyft, Aion, and Polymath.

## Implementation Details

The team is currently building an Ethereum 2.0 client written in JavasScript called Lodestar.
The team is currently building an Ethereum 2.0 client written in JavasScript/TypeScript called Lodestar. In addition to the beacon chain client, the team is also working on Simple Serialize (SSZ) in JS, Fixed Sized BigNumbers in TS, and BLS Signatures and Signature Aggregation in JS.

## Resources:
* [Website](https://chainsafe.io/)
* [Github](https://github.com/ChainSafeSystems/lodestar_chain)
* [Gitter](https://gitter.im/chainsafe/lodestar-chain)
* [Twitter](https://twitter.com/chainsafeth)

0 comments on commit ab7992b

Please sign in to comment.