Atharv Sunil Bobadeatharvbobade.hashnode.dev·May 26, 2024What is EIP 3074EIP-3074, an Ethereum Improvement Proposal, introduces two new EVM (Ethereum Virtual Machine) opcodes, AUTH and AUTHCALL. These opcodes aim to improve the flexibility and security of user authorization in Ethereum transactions. Background: The propos...Blockchain
Aniblog.anirudha.dev·Apr 26, 2024On-Chain Shared StateCommunication is a key in any ecosystem. Now with more cross-chain communication getting sorted using bridges, it's high time to sort on-chain communications as well. Particularly, referencing of composable smart contract functionalities within the s...49 readsNFTDripVerse
Glory Praise Emmanuelglorypraise.hashnode.dev·Mar 14, 2023EIP-3525: The Semi-Fungible Token StandardEIP-3525 also called the "semi-fungible token" (SFT) standard, is a proposal to create a new way of representing unique digital assets that are best suited for financial instruments rather than collectibles or in-game items on the Ethereum blockchain...36 readsThe EIP SeriesWeb3
Glory Praise Emmanuelglorypraise.hashnode.dev·Feb 8, 2023EIP 2981 - NFT Royalty StandardThe acronym NFT stands for Non-Fungible Token, a singular and untransferable digital asset that, on a blockchain, denotes ownership or the proof of the validity of a particular good, such as a work of art, a piece of music, or even a tweet. In the fi...2 likes·108 readsThe EIP SeriesWeb3
Adarsh Kushwahaheyadarshhere.hashnode.dev·Oct 7, 2022What is EIP 1559 & Ethereum Fee ModelEIP stands for Ethereum Improvement Proposal, It is introduced by the founder of Ethereum Vitalik Buterin in 2018. It is a common way of requesting changes to the Ethereum network, and changes are implemented on the basis of voting. Basically, it foc...1 like·48 readseip1159
Nartey Sarsonarteysarso.hashnode.dev·Aug 18, 2022Ethereum Address Encoding and Verification: EIP-55Introduction The blockchain has revolutionalized how humans interact with each other over the internet and has fundamentally changed how internet infrastructure is organized and used. At the core of this revolution is a technology that heavily uses c...1 like·777 readsEthereum
Moncef AOUDIAaoudiamoncef.hashnode.dev·Jun 19, 2022Bulk Update With Spring Data MongoDB ReactiveIn this blog, you will learn how to efficiently enrich and update a large amount of data with Spring Data MongoDB Reactive. https://www.maoudia.com/blog/bulk-update-with-spring-data-mongodb-reactive #eip #java #mongodb #springboot #springdata #spring...118 readsMongoDB
Moncef AOUDIAaoudiamoncef.hashnode.dev·Jun 19, 2022Mise À Jour En Masse Avec Spring Data MongoDB ReactiveDans ce blog, vous apprendrez comment enrichir et mettre à jour efficacement une grande quantité de données avec Spring Data MongoDB Reactive. https://www.maoudia.com/fr/blog/mise-a-jour-en-masse-avec-spring-data-mongodb-reactive #eip #java #mongodb ...39 readsMongoDB
Ashwin Yardibitsbyblocks.hashnode.dev·Oct 9, 2020EIP-712 structured data hashing and signing explainedEthereum for identity verification Cryptography is at the heart of blockchain technology. An identity in ethereum is represented by public-private keypair. Using this keypair and asymmetric cryptography, the origin of a transaction and its integrity ...33 readsMetamask