diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4efd3aca..a26fe6c6 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -28,7 +28,7 @@ jobs: env: TM_VERSION: ${{ env.TM_VERSION }} - name: Release - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v2.7.0 if: startsWith(github.ref, 'refs/tags/') with: version: latest diff --git a/README.md b/README.md index a4678244..b5d6915f 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,13 @@ parent: -Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and -interoperable with Ethereum. It's build using the the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. +Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. **Note**: Requires [Go 1.17+](https://golang.org/dl/) ## Installation -For prerequisites and detailed build instructions please read the [Installation](https://ethermint.dev/quickstart/installation.html) instructions. Once the dependencies are installed, run: +For prerequisites and detailed build instructions please read the Evmos [Installation](https://evmos.dev/quickstart/installation.html) instructions. Once the dependencies are installed, run: ```bash make install @@ -61,16 +60,17 @@ Or check out the latest [release](https://github.com/tharsis/ethermint/releases) ## Quick Start -To learn how the Ethermint works from a high-level perspective, go to the [Introduction](https://ethermint.dev/intro/overview.html) section from the documentation. You can also check the instructions to [Run a Node](https://ethermint.dev/quickstart/run_node.html). +To learn how the Ethermint works from a high-level perspective, go to the [Introduction](https://evmos.dev/intro/overview.html) section from the documentation. You can also check the instructions to [Run a Node](https://evmos.dev/quickstart/run_node.html). -For an example on how Ethermint can be used on any cosmos chain, please refer to [Evmos](https://www.github.com/tharsis/evmos) +For an example on how Ethermint can be used on any Cosmos-SDK chain, please refer to [Evmos](https://www.github.com/tharsis/evmos). ## Community The following chat channels and forums are a great spot to ask questions about Ethermint: +- [Tharsis Twitter](https://twitter.com/TharsisHQ) +- [Evmos Twitter](https://twitter.com/TharsisHQ) - [Ethermint Twitter](https://twitter.com/ethermint) -- [Tharsis Twitter](https://twitter.com/ethermint) - [Ethermint Discord](https://discord.gg/trje9XuAmy) - [Ethermint Forum](https://forum.cosmos.network/c/ethermint) @@ -82,4 +82,4 @@ For additional instructions, standards and style guides, please refer to the [Co ## Careers -See our open positions on [Cosmos Jobs](https://jobs.cosmos.network/project/ethermint-d0sk1uxuh-remote/), [Notion](https://tharsis.notion.site/Jobs-at-Tharsis-5a1642eb89b34747ae6f2db2d356fc0d), or feel free to [reach out](mailto:careers@thars.is) via email. +See our open positions on [Cosmos Jobs](https://jobs.cosmos.network/project/evmos-d0sk1uxuh-remote/), [Notion](https://tharsis.notion.site), or feel free to [reach out](mailto:careers@thars.is) via email. diff --git a/docs/ethermint.jpg b/docs/ethermint.jpg new file mode 100644 index 00000000..cd3b5b88 Binary files /dev/null and b/docs/ethermint.jpg differ diff --git a/x/evm/atlas/atlas-v0.3.1.md b/x/evm/atlas/atlas-v0.3.1.md index 0c768f9e..9d769962 100644 --- a/x/evm/atlas/atlas-v0.3.1.md +++ b/x/evm/atlas/atlas-v0.3.1.md @@ -174,8 +174,8 @@ type Params struct { ### JSON-RPC -See the Ethermint [JSON-RPC docs](https://ethermint.dev/basics/json_rpc.html) for reference. +See the Ethermint [JSON-RPC docs](https://evmos.dev/basics/json_rpc.html) for reference. ## Documentation and Specification -* Ethermint documentation: [https://ethermint.dev](https://ethermint.dev) +* Ethermint documentation: [https://evmos.dev](https://evmos.dev)