-
Notifications
You must be signed in to change notification settings - Fork 47
Overview
Andrew Gross edited this page Nov 21, 2018
·
3 revisions
Mana-Ethereum is an open-source Ethereum client written in Elixir, a fault-tolerant language that runs on the Erlang Virtual Machine. Our client is permissively licensed under either Apache 2.0 or MIT.
For more information, please see the FAQs
Mana-Ethereum is currently in development. We are targeting a full client implementation in early 2019. This implementation will allow users to run day-to-day tasks on a node. Requirements include:
- Full Chain sync
- Pv63 Fast Sync
- Release and CLI
- Persistent Storage
- JSON-RPC
After establishing a fully functioning client, we will work towards optimizations and additional features. Enhancements will include:
- PoA Consensus
- Speed Enhancements
- Memory Optimizations
- Parallel Transaction Execution
Visit our Gitter channel for project discussion and assistance.