Actors in the blockchain - CosmWasm book
Previously we were talking about actors mostly in the abstraction of any blockchain-specific terms. However, before we would dive into the code, we need to establish some common language, and to do so we would look at contracts from the perspective of external users, instead of their implementation. In this part, I would use the wasmd binary to communicate with the malaga testnet. To properly set it up, check the Quick start with wasmd. It is kind of starting from the end, but I would start with the state part of the actor model. Relating to traditional systems, there is one particular thing I like to compare blockchain with - it is a database. Going back to the previous section we learned that the most important part of a contract is its state. Manipulating the state is the only way to persistently manifest work performed to the world. But What is the thing which purpose is to keep the state? It is a database! So here is my (as a contract developer) point of view on contracts: it is a
Actors in the blockchain - CosmWasm book Light (default) Rust Coal Navy Ayu CosmWasm book Actors in blockchain Previously we were talking about actors mostly in the abstraction of any blockchain-specific terms. However, before we would dive into the code, we need to establish some common language, and to do so we would look at contracts from the perspective of external users, instead of their implementation. In this part, I would use the wasmd binary to communicate with the malaga testnet. To properly set it up, check the Quick start with wasmd . Blockchain as a database It is kind of starting
Explore this link on the map →related reading
- [KO] CosmWasm 101 와씀 1편: Counter 컨트랙트 톺아보기 | by Sigrid Jin | DSRV | Mediummedium.com
- [CosmWasm] CosmWasm 소개 - 1velog.io
- [CosmWasm 101 와씀] 2편: Go CLI와 CosmJS를 활용하여 Counter 컨트랙트 배포하기 | by Suji Yoon | DSRV | Mediummedium.com
- REVM Is All You Need. How to build simulated blockchain… | by Solid Quant | Mediummedium.com
- The Ethereum Virtual Machine — How does it work? | by Luit | MyCrypto | Mediummedium.com
- You Could Have Invented Account Abstraction: Part 1 | Alchemyalchemy.com
- Formally Verifying WebAssembly - A Soroban Case Studycertora.com
- Introduction to Smart Contracts - Solidity 0.8.24 documentationdocs.soliditylang.org
- A Gentle Introduction to Ethereum Programming, Part 1 - OpenZeppelin blogblog.openzeppelin.com
- Rarible - NFT Marketplace for Brands, Communities and Tradersrarible.com
- Pay Attention To Celestia - Delphi Digitalmembers.delphidigital.io
- Dscvrdscvr.one