BlogHide Resteemsmansee81 (27)in ethereum • 3 years agoThe Ethereum Virtual MachineIntroduction The Ethereum Virtual Machine is a part of Ethereum. It controls smart contract deployment and execution. It’s the ecosystem in which all Ethereum accounts and smart contracts live.…mansee81 (27)in hive-136998 • 3 years agoWallet Technology OverviewIntroduction Ethereum wallet may be a key chain containing pairs of personal and public keys, Ethereum wallet doesn’t contain ether or tokens. From these keys, they control the ether or tokens.…mansee81 (27)in hive-136998 • 3 years agoWallet Technology OverviewIntroduction Ethereum wallet may be a key chain containing pairs of personal and public keys, Ethereum wallet doesn’t contain ether or tokens. From these keys, they control the ether or tokens.…mansee81 (27)in hive-108451 • 3 years agoMerkle Tree: Efficient verificationIntroduction A Merkle Tree allows computers on a network to verify individual records without having to review and compare versions of the whole database. They do so by using cryptography that…mansee81 (27)in blockchain • 3 years agoDeploy Smart Contracts Using HardhatIntroduction Smart contracts are just programs kept on a blockchain. That runs when preset conditions are met. They normally are used to automate the performance of an agreement. Therefore, that…mansee81 (27)in blockchain • 3 years agoWhy Oracles Are Needed?Introduction Oracles are systems that may give external data sources to Ethereum smart contracts. The term “oracle” comes from Greek mythology, where it mentioned a person in communication with the…mansee81 (27)in blockchain • 3 years agoEthereum Oracle Design PatternsIntroduction All oracles provide a couple of key functions, by definition. These include the power to: Collect data from an off-chain source. Transfer the info on-chain with a signed message.…mansee81 (27)in blockchain • 3 years agoEthereum Smart Contracts and VyperIntroduction Vyper is an experimental, contract-oriented programing language for the Ethereum Virtual Machine that strives to supply superior suitability, by making it easier for developers to…mansee81 (27)in ethereum • 3 years agoThe Ethereum Contract ABIIntroduction An application binary interface is an interface between two program modules in computer software, often, between the OS and user programs. An ABI defines how data structures and…mansee81 (27)in blockchain • 3 years agoDeploy Smart Contracts Using HardhatIntroduction Smart contracts are just programs kept on a blockchain. That runs when preset conditions are met. They normally are used to automate the performance of an agreement. Therefore, that…mansee81 (27)in blockchain • 3 years agoBlockchain Group ConsensusDescription A critical concept to be conversant in the blockchain is that of group consensus. this is often an easy concept which states that there are no thanks to knowing, with none room for…mansee81 (27)in blockchain • 3 years agoPublic Key Cryptography and CryptocurrencyWhat is Cryptography? it’s the study of techniques for secure communication within the presence of third parties called adversaries.In simple words it’s about constructing and analyzing protocols…mansee81 (27)in blockchain • 3 years agoWhat is MetaMask Wallet?Description MetaMask is a lightweight software cryptocurrency wallet. It is used to interrelate with the Ethereum block chain. It may be used on Chrome, Firefox and Brave browsers. This is wallet…mansee81 (27)in blockchain • 3 years agoElliptic-Curve CryptographyIntroduction An approach to public-key cryptography that maintained the algebraic arrangement of elliptic curves over finite fields is named (ECC) Elliptic-curve cryptography. ECC permits smaller…mansee81 (27)in solidity • 3 years agoWhat Are Solidity Functions And Modifiers?Introduction Solidity is growing and given that advanced programming constructs for users to write better smart contracts. Functions are the greatest significant component of a smart contract after…mansee81 (27)in ethereum • 3 years agoEthereum Smart Contracts And VyperIntroduction Vyper is an experimental, contract-oriented programing language for the Ethereum Virtual Machine that strives to supply superior suitability, by making it easier for developers to…mansee81 (27)in solidity • 3 years agoDebugging In SolidityIntroduction Debugging is a crucial exercise when authoring Solidity smart contracts. Debugging denotes finding issues, bugs, and removing them by changing code. It’s very difficult to debug a…mansee81 (27)in solidity • 3 years agoWhat Are Solidity Expressions?Introduction A programming language has an important aspect of taking decisions in code. Solidity delivers the if…else and switch statements to execute different instructions based on…mansee81 (27)in blockchain • 3 years agoRansomware Attacks And KindsIntroduction If you want to know What is Ransomware? Ransomware associates computer malware, encryption and anonymous payment systems. Malicious software expands via email spam or exploiting…mansee81 (27)in hive-136998 • 3 years agoHow to Make Secure the Bitcoin?Bitcoin is not an intangible point to value by way of like a balance in a bank account. So, it is very challenging to secure the bitcoin. Security Codes The essential principle in bitcoin is…