Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evmos/evmos
Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs
https://github.com/evmos/evmos
blockchain cosmos cosmos-sdk ethereum evm evmos go golang smart-contracts
Last synced: 4 days ago
JSON representation
Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs
- Host: GitHub
- URL: https://github.com/evmos/evmos
- Owner: evmos
- License: other
- Created: 2021-09-28T09:13:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:08:28.000Z (24 days ago)
- Last Synced: 2024-12-19T09:23:00.201Z (23 days ago)
- Topics: blockchain, cosmos, cosmos-sdk, ethereum, evm, evmos, go, golang, smart-contracts
- Language: Go
- Homepage: https://evmos.org
- Size: 188 MB
- Stars: 1,672
- Watchers: 185
- Forks: 865
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - evmos/evmos - Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs (Go)
- stars - evmos/evmos - Evmos is the first decentralized EVM chain on the Cosmos Network. It's implementing the first EVM stack focused on native, cross-chain applications. Evmos is the flagship implementation of Ethermint, (Go)
- my-awesome - evmos/evmos - sdk,ethereum,evm,evmos,go,golang,smart-contracts pushed_at:2025-01 star:1.7k fork:0.9k Evmos is the canonical EVM chain on Cosmos. Evmos is the flagship implementation of evmOS, a stack to build forward compatible EVMs (Go)
README
Evmos
## About
Evmos is a scalable, high-throughput Proof-of-Stake EVM 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 [CometBFT](https://github.com/cometbft/cometbft) consensus engine.## Quick Start
To learn how Evmos works from a high-level perspective,
go to the [Protocol Overview](https://docs.evmos.org/protocol) section of the documentation.
You can also check the instructions to [Run a Node](https://docs.evmos.org/protocol/evmos-cli#run-an-evmos-node).## 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.## Installation
For prerequisites and detailed build instructions
please read the [Installation](https://docs.evmos.org/protocol/evmos-cli) instructions.
Once the dependencies are installed, run:```bash
make install
```Or check out the latest [release](https://github.com/evmos/evmos/releases).
## Community
The following chat channels and forums are great spots to ask questions about Evmos:
- [Evmos X (Twitter)](https://x.com/EvmosOrg)
- [Evmos Discord](https://discord.gg/evmos)
- [Evmos Forum](https://commonwealth.im/evmos)## 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 [our Careers page](https://evmos.org/careers/).
## Licensing
Starting from April 21st, 2023, the Evmos repository will update its License
from GNU Lesser General Public License v3.0 (LGPLv3) to [Evmos Non-Commercial
License 1.0 (ENCL-1.0)](./LICENSE). This license applies to all software released from Evmos
version 13 or later, except for specific files, as follows, which will continue
to be licensed under LGPLv3:- `x/erc20/keeper/proposals.go`
- `x/erc20/types/utils.go`LGPLv3 will continue to apply to older versions ([ [!WARNING]
>
> **NOTE: If you are interested in using this software**
> email us at [[email protected]](mailto:[email protected]).### SPDX Identifier
The following header including a license identifier in [SPDX](https://spdx.dev/learn/handling-license-info/)
short form has been added to all ENCL-1.0 files:```go
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE)
```Exempted files contain the following SPDX ID:
```go
// Copyright Tharsis Labs Ltd.(Evmos)
// SPDX-License-Identifier:LGPL-3.0-only
```### License FAQ
Find below an overview of the Permissions and Limitations of the Evmos Non-Commercial License 1.0.
For more information, check out the full ENCL-1.0 FAQ [here](./LICENSE_FAQ.md).| Permissions | Prohibited |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| - Private Use, including distribution and modification
- Commercial use on designated blockchains
- Commercial use with Evmos permit (to be separately negotiated) | - Commercial use, other than on designated blockchains, without Evmos permit |