LLLucas Luizeinlucasluize.hashnode.dev·Jun 22, 2022 · 3 min readLearning how to Smart Contracts pt.2Today I'm learning Solidity language, which is the language that we use to write Smart Contracts for the Ethereum Virtual Machine. There is a Integrated Development Environment, IDE for short, called Remix And we will be using it to compile our contr...00
LLLucas Luizeinlucasluize.hashnode.dev·Jun 21, 2022 · 2 min readBlockchain Basics.Hey everybody! One of the most difficult parts of getting people you care to understand the value of this new technology is how to explain to them what it is and how it works. Let's be real here , if I were to guess I'd say that at least 70% of the p...00
LLLucas Luizeinlucasluize.hashnode.dev·Jun 20, 2022 · 2 min readLearning how to Smart Contracts pt.1Smart Contracts smart contracts are a set of instructions executed in a decentralized way without a need for centralized or third party intermediary. Set of instructions in code. Executed in the BlockChain. ( Ethereum was the first Use-case) Bitcoin ...00