docs: ethermint resources (#570)
This commit is contained in:
parent
d0456e546e
commit
1d0412febc
@ -10,6 +10,7 @@ This folder contains introduction material for Ethermint.
|
|||||||
|
|
||||||
1. [Overview](./overview.md)
|
1. [Overview](./overview.md)
|
||||||
1. [Architecture](./architecture.md)
|
1. [Architecture](./architecture.md)
|
||||||
|
1. [Resources](./resources.md)
|
||||||
|
|
||||||
After reading the introduction material, head over to the [basics](../basics/README.md) to learn more.
|
After reading the introduction material, head over to the [basics](../basics/README.md) to learn more.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ order: 2
|
|||||||
|
|
||||||
# Architecture
|
# Architecture
|
||||||
|
|
||||||
Learn how Ethermint's architecture leverages the Cosmos SDK Proof-of-Stake functionallity, EVM compatibility and fast-finality from Tendermint Core's BFT consensus. {synopsis}
|
Learn how Ethermint's architecture leverages the Cosmos SDK Proof-of-Stake functionality, EVM compatibility and fast-finality from Tendermint Core's BFT consensus. {synopsis}
|
||||||
|
|
||||||
## Cosmos-SDK
|
## Cosmos-SDK
|
||||||
|
|
||||||
@ -35,4 +35,4 @@ simple API (ie. the ABCI) between the application process and consensus process.
|
|||||||
|
|
||||||
## Next {hide}
|
## Next {hide}
|
||||||
|
|
||||||
Learn how to run an Ethermint [node](./../quickstart/run_node.md) {hide}
|
Check the available Ethermint [resources](./resources.md) {hide}
|
||||||
|
48
docs/intro/resources.md
Normal file
48
docs/intro/resources.md
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<!--
|
||||||
|
order: 3
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Resources
|
||||||
|
|
||||||
|
Learn about Ethermint with the list of official resources. {synopsis}
|
||||||
|
|
||||||
|
- Official Documentation: [https://docs.ethermint.zone/](https://docs.ethermint.zone/)
|
||||||
|
- Official Codebase: [https://github.com/cosmos/ethermint](https://github.com/cosmos/ethermint)
|
||||||
|
- Official Website: [https://ethermint.zone/](https://ethermint.zone/)
|
||||||
|
|
||||||
|
## Workshops and Videos
|
||||||
|
|
||||||
|
- [Cosmos Unchained: Ethermint vs Avalanche](https://www.youtube.com/watch?v=WL4vdAR0vSs)
|
||||||
|
- [Code With Us: Ethermint Tutorial - Elizabeth Binks](https://www.youtube.com/watch?v=cH-4Mq-S4BA)
|
||||||
|
- [Ethermint 2.0: Cosmos SDK + EVM - Chris Goes](https://www.youtube.com/watch?v=VCLbS1Oks8A)
|
||||||
|
- [Getting Started with Ethermint - Austin Abell](https://www.youtube.com/watch?v=Rws-QQ_qcfU)
|
||||||
|
- [Ethermint and NFTs - Billy Rennekamp](https://www.youtube.com/watch?v=ReYV5cnSLyE)
|
||||||
|
- [HackAtom India Webinar: Getting Started with Ethermint - Elizabeth Binks](https://www.youtube.com/watch?v=4oCIMFekY_Q)
|
||||||
|
|
||||||
|
## Articles
|
||||||
|
|
||||||
|
### Cosmos Blog
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
Note: most of these articles are outdated as they refer to the previous Ethermint projects (linked below). They are listed here for reference only.
|
||||||
|
:::
|
||||||
|
|
||||||
|
- [A Beginners Guide to Ethermint - ICF](https://blog.cosmos.network/a-beginners-guide-to-ethermint-38ee15f8a6f4)
|
||||||
|
- [Using Ethermint with Truffle - Billy Rennekamp](https://blog.cosmos.network/using-ethermint-with-truffle-984e6721e30d)
|
||||||
|
- [Light Clients on Ethermint - ICF](https://blog.cosmos.network/light-clients-on-ethermint-9ae1f3c6c4f5)
|
||||||
|
- [Cosmos Fee Token – Introducing the Photon - ICF](https://blog.cosmos.network/cosmos-fee-token-introducing-the-photon-8a62b2f51aa)
|
||||||
|
- [Introducing the Hard Spoon - Chjango Unchained](https://blog.cosmos.network/introducing-the-hard-spoon-4a9288d3f0df)
|
||||||
|
- [Ethermint and NFTs at EthDenver - Tendermint](https://blog.cosmos.network/ethermint-nfts-at-ethdenver-bf32766835b6)
|
||||||
|
|
||||||
|
### ChainSafe Blog
|
||||||
|
|
||||||
|
- [ChainSafe Awarded Second Ethermint Grant](https://medium.com/chainsafe-systems/chainsafe-awarded-second-ethermint-grant-f65930309cae)
|
||||||
|
|
||||||
|
## Previous Ethermint implementations
|
||||||
|
|
||||||
|
- [Ethermint ABCI:](https://github.com/cosmos/ethermint_abci) This project was the first and original Tendermint ABCI application with EVM support. Not built with Cosmos SDK.
|
||||||
|
- [Ethermint (archive):](https://github.com/cosmos/ethermint-archive) Precursor implementation of the current project, developed by [All in Bits Inc](https://tendermint.com/). It was aiming to implement [Turbo-Geth](https://github.com/ledgerwatch/turbo-geth) as the EVM for scalability improvements.
|
||||||
|
|
||||||
|
## Next {hide}
|
||||||
|
|
||||||
|
Learn how to run an Ethermint [node](./../quickstart/run_node.md) {hide}
|
Loading…
Reference in New Issue
Block a user