Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecated software to "deprecated software" page #5971

Merged
merged 6 commits into from
Apr 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 60 additions & 2 deletions src/content/deprecated-software/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,43 @@ Mix was of the earliest Ethereum-related applications. See this [presentation by

[Remix](https://remix.ethereum.org/) is a browser-hosted IDE for Solidity / smart contract development, testing, and deployment. It also has a desktop option.

### Aleth {#aleth}
### Minimal {#minimal}

Deprecated in 2020.

**Summary**

Minimal was a modular implementation of the Ethereum blockchain written in Go.

**Archives**

[Archived GitHub repo](https://github.com/umbracle/minimal)

**History**

Minimal was replaced by [polgon-sdk](https://github.com/0xPolygon/polygon-edge)

### Mana-Ethereum {#mana-ethereum}

**Summary**

Mana-Ethereum was an Ethereum client built using Elixir.

**Archives**

[Archived GitHub repo](https://github.com/mana-ethereum/mana)

**History**

Mana-Ethereum's GitHub repository has not been explicitly archived, but the last commit was in 2019.

### Aleth (cpp-ethereum) {#aleth}

Deprecated on October 6, 2021

**Summary**

Aleth was an Ethereum client written in C++.
Aleth (formerly known as cpp-ethereum) was an Ethereum client written in C++.

**Archives**

Expand All @@ -192,6 +222,34 @@ Aleth was the third most popular client for Ethereum before being deprecated on

[Geth](https://geth.ethereum.org/) is a well-known alternative Ethereum client.

### Ethereum-H {#ethereum-h}

**Archives**

The Ethereum-H archives have been removed from GitHub.

**History**

Ethereum-H was an Ethereum client written in Haskell. It was deprecated around 2015.

**Alternatives**

[Geth](https://geth.ethereum.org/), [Nethermind](http://nethermind.io/), [Besu](https://pegasys.tech/solutions/hyperledger-besu/) and [Erigon](https://github.com/ledgerwatch/erigon) are viable alternative Ethereum clients - there is no current Haskell client.

### ruby-ethereum {#ruby-ethereum}

**Archives**

[ruby-ethereum GitHub repo](https://github.com/cryptape/ruby-ethereum)

**History**

ruby-ethereum was an Ethereum client written in Ruby. It was deprecated around 2018.

**Alternatives**

[Geth](https://geth.ethereum.org/), [Nethermind](http://nethermind.io/), [Besu](https://pegasys.tech/solutions/hyperledger-besu/) and [Erigon](https://github.com/ledgerwatch/erigon) are viable alternative Ethereum clients. There is no current Ruby client.

### Parity {#parity}

<p align="center">
Expand Down