adel0xforETH Stakingadel0x.hashnode.dev·Nov 21, 2024Lido: The Innovative Solution for ETH Staking with stETHIn the world of cryptocurrencies, staking has become an integral part of the Ethereum blockchain ecosystem. However, traditional staking methods often come with barriers, such as high minimum deposit requirements (32 ETH) and lack of liquidity for lo...DiscussstETH
user1272047programmingetc.hashnode.dev·Oct 28, 2024Testing Network Speed Between X86 PC and Raspberry Pi 5Testing Network Speed Between X86 PC and Raspberry Pi 5 To test the network speed between your Ace Magician (x86) and Raspberry Pi (Raspberry Pi 5), you can use the tool iperf3, which is commonly used to measure network performance. Here’s how to set...Discussspeed
Zainab Wahabzainabwahab.hashnode.dev·Oct 23, 2024How to Send Ether in Solidity: A Guide to transfer, send, and call.Smart contracts on Ethereum allow for programmatic transfer of ETH between accounts and contracts. Solidity which is the primary programming language for writing smart contracts, provides three ways to send Ether; Send() transfer() call() Each o...Discuss·6 likesEthereum
lilmisssomeonelilmisssomeone.hashnode.dev·Oct 23, 2024Understanding Ether Transactions: A Deep Dive into Methods, Security, and Best Practices.Introduction to Ethereum Value Transfer In the Ethereum ecosystem, transferring Ether between addresses seems straightforward but involves crucial technical decisions. Whether you're building a payment system, a DeFi protocol, or a simple wallet, und...Discuss·1 likeEthereum
Favour Abangwutheefayy.hashnode.dev·Aug 30, 2024Mastering Ether Transfer on the Ethereum BlockchainOne of the fundamental operations of any blockchain is the ability to transfer its native cryptocurrency. Ethereum is no exception. Over time, new methods have been introduced to solve the problem of Ether transfer, each with its specific use cases a...DiscussWeb3
Mohit Kumarimohit14.hashnode.dev·Jul 13, 2024Understanding eth0: The Basics of Ethernet InterfacesIn the world of networking, your Ethernet adapters are referred to as "ethX," where X represents a number. This number increases sequentially based on the number of adapters installed. The first adapter is named eth0, the second eth1, and so on. Pri...Discussdocker0
Yield Devyielddev.io·Feb 21, 2024Implementing an UUPSUpgradeable Flash Loan Vault with FoundryMaking An Upgradeable FlashLoan Vault Building off of our last tutorial, Creating a FlashLoan Vault we will now be able to learn how to develop and deploy Upgradeable contracts from foundry using the openzeppelin-upgrades library. In our last version...Discuss·136 readsupgradeable
SS20CO024 Shahaba SyedforBlockSpiritblockspirit.hashnode.dev·Oct 14, 2022Brief information about Ethereum...Ethereum Ethereum is a decentralized, open-source blockchain with smart contract functionality. Which was proposed in the late of 2013 by the co-founder of Bitcoin Magazine ,named , Vitalik Buterin. Ethereum was described by him in a white paper. Th...Discuss·2 likes·40 reads#Ether
Saroj Beherasaroj.hashnode.dev·Sep 26, 2022Ethereum Fork HistoryEthereum! As many of you know, Ethereum is a decentralized, open-source blockchain with smart contract functionality and it is the native cryptocurrency of Ether. Today in this article we will explore the fork history of Ethereum. I am sure, you mig...DiscussEthereum
Ishaq Nasirizzycious.hashnode.dev·Jul 18, 2022Solidity Compiler on VscodeBlockchain development in vscode has been simplified to create extensions that can be installed to have a better workspace when building blockchain applications. The solidity extension on vscode created by Juan Blanco makes your build easier and for ...Discuss·3 likes·38 readsEthereum