Skip to content
forked from evmos/evmos

Evmos is the Ethereum Virtual Machine (EVM) Hub on the Cosmos Network. It is the flagship implementation of the Ethermint library that prioritizes interoperability and novel economics.

License

Notifications You must be signed in to change notification settings

ramacarlucho/evmos

This branch is 219 commits behind evmos/evmos:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2021
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jun 24, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024
Apr 22, 2023
Jul 17, 2024
Jul 17, 2024
Dec 3, 2021
Jun 25, 2024
Nov 22, 2022
Sep 29, 2021
Sep 29, 2021
Dec 20, 2022
Jan 31, 2023
Sep 13, 2022
Jul 9, 2024
Mar 16, 2023
Jan 31, 2023
Jan 22, 2024
Jul 26, 2022
Nov 22, 2022
Jul 17, 2024
Jul 9, 2024
Jun 25, 2022
Aug 15, 2022
Jul 17, 2024
Jan 31, 2023
Aug 14, 2023
Jul 9, 2024
Jan 23, 2024
May 29, 2024
Jul 17, 2024
Apr 5, 2024
May 29, 2024
May 29, 2024
Jul 21, 2022
Nov 22, 2022
Jan 15, 2024
Apr 16, 2024
Jul 18, 2024
Jul 18, 2024
Sep 28, 2021
Jul 18, 2024
Nov 3, 2022
Mar 19, 2024
Feb 29, 2024

Repository files navigation

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 which runs on top of the CometBFT consensus engine.

Quick Start

To learn how Evmos works from a high-level perspective, go to the Protocol Overview section of the documentation. You can also check the instructions to Run a Node.

Documentation

Our documentation is hosted in a separate repository and can be found at docs.evmos.org. Head over there and check it out.

Installation

For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:

make install

Or check out the latest release.

Community

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

Contributing

Looking for a good place to start contributing? Check out some good first issues.

For additional instructions, standards and style guides, please refer to the Contributing document.

Careers

See our open positions on Greenhouse.

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). 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/claims/genesis.go
  • x/erc20/keeper/proposals.go
  • x/erc20/types/utils.go

LGPLv3 will continue to apply to older versions (<v13.0.0) of the Evmos repository. For more information see LICENSE.

Warning

NOTE: If you are interested in using this software email us at os@evmos.org.

SPDX Identifier

The following header including a license identifier in SPDX short form has been added to all ENCL-1.0 files:

// 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:

// 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.

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

About

Evmos is the Ethereum Virtual Machine (EVM) Hub on the Cosmos Network. It is the flagship implementation of the Ethermint library that prioritizes interoperability and novel economics.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.7%
  • Python 5.5%
  • Solidity 2.4%
  • Jsonnet 1.0%
  • Shell 0.8%
  • JavaScript 0.8%
  • Other 0.8%