Mansoor Buttmansoor-eth.hashnode.dev·4 hours agoStoring Dynamic Type in SolidityWhen Storing Dynamic type data , We don’t explicitly store the data in the next immediate slot, instead we only store the address of the slot where the element of that index is , In simpler words we are basically storing the “Pointer” to the actual a...DiscussMastering the EVMSmart Contracts
Yusuf RoqibforCrossFi Africa Blogcrossfiafrica.hashnode.dev·Nov 15, 2024How to Claim CrossFi Test Tokens on CrossFi TestnetThe CrossFi Testnet serves as a practical environment for developers and users within the CrossFi ecosystem. It replicates mainnet conditions closely, giving developers a reliable environment to explore various platform functionalities, from account ...Discussprogramming
Diluk Angelodilukangelo.dev·Oct 31, 2024Building Secure Crypto Wallets with AWS KMSThe Challenge: Securing Cryptocurrency Withdrawals When one of our clients approached us with a cryptocurrency withdrawal system challenge, they emphasized a critical requirement: developers should never have direct access to wallet private keys, esp...Discuss·6 likes·45 readsAWS
BuildBearbuildbear.hashnode.dev·Oct 20, 2024EOF Explained: What Developers Need to KnowEthereum has undergone numerous upgrades recently, with the Ethereum Virtual Machine remaining fundamental to its architecture. In the upcoming Pectra upgrade, the core development team of Ethereum has announced the agreement on the inclusion of EVM ...DiscussWeb3
Igor BerlenkoProguryeah.hashnode.dev·Oct 8, 2024Enterprise Grade EVM through Hyperledger BesuUnlocking enterprise potential means embracing cutting-edge technology and redefining how small and medium businesses access innovation. Thank you for joining us in Brussels. This location is a bit new for us, but we are very happy to be here. A spec...DiscussLF Decentralized Trustcoding
Igor BerlenkoProguryeah.hashnode.dev·Oct 5, 2024Waterfall AMA session January 17, 2024Embrace new formats and experiences; they bring more voices to the conversation. Hello everyone! I am happy to kick off our 6th session. It's actually the second one for this year and the first in Telegram. This is why we are experiencing a little bi...DiscussWaterfall Networkama
CryptomedicationforLibrechainlibrehash.xyz·Oct 3, 2024WazirX Transaction AnalysisConsider some of the following biographical information related to what we're looking at too: The address of the logic contract / implementation is 0xd9db270c1b5e3bd161e8c8503c55ceabee709552. That contract was created at TX 0x0b04589bdc11585fb98f270...DiscussWazirXhacksa
Aditya Khetarpal0xadi.hashnode.dev·Sep 30, 2024Aptos vs EVM: A deep diveIntroduction Aptos and Ethereum are two significant players in the blockchain ecosystem, each offering unique features and capabilities that cater to different needs within the decentralized application (dApp) landscape. As the blockchain space conti...Discuss·30 readsAptos
Pandit Dhamdherepanditdhamdhere.hashnode.dev·Sep 9, 2024Aptos vs EVM: A Deep DiveIn the world of blockchain technology, two prominent systems stand out: Aptos and Ethereum Virtual Machine (EVM). While both aim to facilitate decentralized applications and transactions, they differ significantly in their underlying architectures, d...Discuss·58 readsEVM
Khufray Samuelkhayss.hashnode.dev·Aug 27, 2024ERC-20 Token Standard Solidity Smart Contract: Deep dive.ERC-20 Token Standard: The ERC-20 Token Standard is as a result of EIP-20. EIP means Ethereum Improvement Proposal while ERC-20 means Ethereum Request for Comment 20. ERCs are derived from their corresponding EIP.ERC-20 is a technical standard/specif...DiscussEthereum