Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitx committed Feb 28, 2023
1 parent e254766 commit 4ad0fb6
Showing 1 changed file with 5 additions and 41 deletions.
46 changes: 5 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parent:
-->

<div align="center">
<h1> Evmos </h1>
<h1> TENET </h1>
</div>

<div align="center">
Expand Down Expand Up @@ -34,58 +34,22 @@ parent:
<a href="https://codecov.io/gh/tharsis/evmos">
<img alt="Code Coverage" src="https://codecov.io/gh/tharsis/evmos/branch/main/graph/badge.svg" />
</a>
<a href="https://twitter.com/EvmosOrg">
<img alt="Twitter Follow Evmos" src="https://img.shields.io/twitter/follow/EvmosOrg"/>
</a>
</div>

Evmos is a scalable, high-throughput Proof-of-Stake blockchain
that is fully compatible and interoperable with Ethereum.
It's built using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/)
which runs on top of the [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine.
TENET is a new blockchain based on Cosmos SDK with a unique consensus mechanism Diversified Proof of Stake, which utilizes a basket of liquid staking derivatives (LSDs) to enhance network security, reduce the risk of network attacks, and provide an additional opportunity for yield.

## Documentation

Our documentation is hosted in a [separate repository](https://github.com/evmos/docs) and can be found at [docs.evmos.org](https://docs.evmos.org).
Head over there and check it out.
[docs.tenet.org](https://docs.tenet.org)

**Note**: Requires [Go 1.19+](https://golang.org/dl/)

## Installation

For prerequisites and detailed build instructions
please read the [Installation](https://docs.evmos.org/validators/quickstart/installation.html) instructions.
please read the Installation instructions.
Once the dependencies are installed, run:

```bash
make install
```

Or check out the latest [release](https://github.com/evmos/evmos/releases).

## Quick Start

To learn how the Evmos works from a high-level perspective,
go to the [Introduction](https://docs.evmos.org/about/intro/overview.html) section from the documentation.
You can also check the instructions to [Run a Node](https://docs.evmos.org/validators/quickstart/run_node.html).

## Community

The following chat channels and forums are a great spot to ask questions about Evmos:

- [Evmos Twitter](https://twitter.com/EvmosOrg)
- [Evmos Discord](https://discord.gg/evmos)
- [Evmos Forum](https://commonwealth.im/evmos)
- [Evmos Twitter](https://twitter.com/EvmosOrg)

## Contributing

Looking for a good place to start contributing?
Check out some
[`good first issues`](https://github.com/evmos/evmos/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).

For additional instructions, standards and style guides, please refer to the [Contributing](./CONTRIBUTING.md) document.

## Careers

See our open positions on [Greenhouse](https://boards.eu.greenhouse.io/evmos).
```

0 comments on commit 4ad0fb6

Please sign in to comment.