Thành Phạm NgọcforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Apr 21, 2023Design system for layer 2 using ZK rollupAt Dwarves, we are currently working on creating a bridge token in one of our blockchain projects. With more recent concerns on privacy and security, we wanted to understand how we could move tokens across blockchains without needing to know any othe...Discuss·34 likesBlockchain
Naomi OguduvbeforNaomi's Blogblackswanxo.hashnode.net·Mar 6, 2023A Gentle Introduction to Layer 2 Scaling SolutionsIntroduction An important step in understanding scalability and why it is an issue in blockchain is to understand the blockchain scalability trilemma first. Blockchain scalability trilemma states that one can only achieve two out of the following: sc...Discuss·17 likes·56 readslayer2
Adegbite Ademola Kelvinforadegbite.hashnode.net·Feb 14, 2023Interacting with Cairo smart contracts using starknet-reactSmart contracts on the StarkNet ecosystem are powerful tools for building decentralized applications. However, without a user interface, they can be challenging to interact with. This is where the Starknet-React library comes in. With its user-friend...Discuss·16 likes·103 readsstarknet
Anand Ncoderca.hashnode.net·Apr 22, 2023A Byte of Blockchain: Week 58 - Discovering Layer 2 Solutions (State Channel)Image by Larry White from Pixabay Recap Last week, we delved into Layer 1 solutions, as listed below: 1. Sharding 2. Improving Consensus Mechanisms We examined the advantages and disadvantages of sharding. Improving consensus mechanisms entails modif...DiscussBlockchain
Thành Phạm NgọcforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Apr 21, 2023Design system for layer 2 using ZK rollupAt Dwarves, we are currently working on creating a bridge token in one of our blockchain projects. With more recent concerns on privacy and security, we wanted to understand how we could move tokens across blockchains without needing to know any othe...Discuss·34 likesBlockchain
Aaron Rebeloaaronr2023.hashnode.net·Apr 17, 2023Introduction to layers in BlockchainLayer -1 and Layer-2 in the blockchain Ethereum is a blockchain platform that uses a consensus mechanism called proof-of-work (PoW) to validate transactions and add new blocks to the blockchain. However, this PoW consensus mechanism has limitations w...DiscussBlockchain
Daniel Anthonythenavigator.hashnode.net·Apr 1, 2023How To Deploy A Smart Contract To Polygon zkEVM Testnet using RemixPrerequisites Make sure you have some goerli testnet to bridge over to Polygon ZkEVM. Use this faucet to get some test eth. We will be deploying a simple smart contract for the purpose of demonstration. You can use any smart contract code you have or...Discuss·54 readszkevm
Naomi Oguduvbeblackswanxo.hashnode.net·Mar 6, 2023A Gentle Introduction to Layer 2 Scaling SolutionsIntroduction An important step in understanding scalability and why it is an issue in blockchain is to understand the blockchain scalability trilemma first. Blockchain scalability trilemma states that one can only achieve two out of the following: sc...Discuss·17 likes·56 readslayer2
Adegbite Ademola Kelvinadegbite.hashnode.net·Feb 14, 2023Interacting with Cairo smart contracts using starknet-reactSmart contracts on the StarkNet ecosystem are powerful tools for building decentralized applications. However, without a user interface, they can be challenging to interact with. This is where the Starknet-React library comes in. With its user-friend...Discuss·16 likes·103 readsstarknet
Somnath BforChainPact Blogsomnathb-1674823484759.hashnode.net·Jan 31, 2023A quick overview of PolygonPolygon (formerly Matic Network) is a Layer 2 scaling solution for the Ethereum network, aimed at addressing the network's scalability and security issues. It operates as a separate blockchain that runs on top of the Ethereum network, allowing for fa...DiscussEthereum
Nihar Shahniharshah.hashnode.net·Dec 22, 2022What is a Zero Knowledge Proof?A zero knowledge proof is a method to prove that you know something without revealing what you know. They have benefits such as privacy and security, and they also have been used in voting, medical records, and much more. Zero knowledge proofs operat...Discuss·31 readszero-knowledge-proofs
Adegbite Ademola Kelvinadegbite.hashnode.net·Dec 22, 2022Starknet: A layer 2 scaling solution for EthereumIntroduction The three key desirable features of a blockchain are- decentralization, scalability, and security. Most blockchains successfully achieve two out of these three as it is difficult to check all of these features, this is referred to as the...Discuss·4 likes·207 readsBlockchain technology
John Vesterjohnjvester.hashnode.net·Dec 21, 2022Using Truffle L2 Boxes to Bridge Blockchain NetworksIt's well known that many blockchains have scalability and congestion problems. These issues have wide-ranging effects from slow transaction times, to increased transaction fees, and degraded user experience. One solution is for web3 to be multi-chai...Discuss·1 like·49 readsWeb3