O-Three-Two / 2023-10-zetachain-alpha

0 stars 0 forks source link

101-dev #2

Open bytes032 opened 1 year ago

bytes032 commented 1 year ago

This deliverable should be something like:

bytes032 commented 1 year ago

https://github.com/zeta-chain/example-contracts

bytes032 commented 1 year ago

CleanShot 2023-10-28 at 7  40 58 To allow the restoration of states, Cosmos requires developers to provide APIs that export genesis states.

bytes032 commented 1 year ago

The stack is: (Cosmos SDK, go-ethereum, btcsuite, Tendermint Core, Ethermint)

bytes032 commented 1 year ago

https://secure-contracts.com/not-so-smart-contracts/cosmos/index.html

bytes032 commented 1 year ago

Cosmos_Security_Awareness_Training.pdf

bytes032 commented 1 year ago

Zetascan: https://explorer.zetachain.com/

bytes032 commented 1 year ago

From Zellic Auditor:

dev101,i don't think zetachain has anything unique to it's name. Its similar to any other ethermint enabled cosmos chain (ethermint enabled just means that there's two chains, one is the actual cosmos chain, which is zetachain in this case. The other is an evm compatibility chain, which is called the zEVM). One notable similar example is Cronos chain, where Cronos chain is the evm compatibility layer chain (aka the zEVM), and the crypto.com chain is the actual cosmos chain behind the Cronos chain. You can probably find a few examples of ethermint enabled chains online as well, but there aren't many widely used ones

aside from the, most useful dev resources that are public would be the cosmos docs and any docs you can find in cosmos chain source code repos

mdulin2 commented 1 year ago

Cosmos has some of the best docs of any project. They thoroughly explain the flow of transactions and all of the modules. https://docs.cosmos.network/v0.46/#

mdulin2 commented 1 year ago

Cosmos SDK tutorial works you through building your own Cosmos SDK blockchain. Has lots of tips, tricks and explanations along the way. https://tutorials.cosmos.network/academy/1-what-is-cosmos/