Tagged articles
104 articles
Page 1 of 2

Why Solana Is Emerging as a High‑Performance Blockchain Challenger to Ethereum

Solana, launched in 2020 as a high‑performance blockchain, uses Proof of History and a parallel runtime to achieve tens of thousands of TPS and sub‑cent gas fees, offering a superior user experience to Ethereum, yet it faces decentralization, security, and ecosystem compatibility challenges that will shape its future role in a multi‑chain landscape.

BlockchainDecentralizationEthereum
0 likes · 7 min read
Why Solana Is Emerging as a High‑Performance Blockchain Challenger to Ethereum
Ops Development & AI Practice
Ops Development & AI Practice
Aug 7, 2025 · Blockchain

Master Hardhat Console: Debug Smart Contracts Instantly

Learn how to streamline Ethereum smart contract debugging by using Hardhat’s interactive console, covering setup, querying chain state, interacting with deployed contracts, reading and writing functions, and advanced features like manual mining, all with practical code examples to boost development efficiency.

DebuggingEthereumHardhat
0 likes · 7 min read
Master Hardhat Console: Debug Smart Contracts Instantly
Ops Development & AI Practice
Ops Development & AI Practice
Aug 4, 2025 · Blockchain

Why ERC-1400 Is the Key to Compliant Security Tokens on Ethereum

The article explains how ERC-1400 extends ERC-20 with built‑in compliance features—such as KYC checks, transfer restrictions, tranche handling, on‑chain document storage, and forced transfer mechanisms—to enable legally compliant tokenization of real‑world assets like equity, bonds, and real‑estate.

BlockchainERC-1400Ethereum
0 likes · 7 min read
Why ERC-1400 Is the Key to Compliant Security Tokens on Ethereum
Ops Development & AI Practice
Ops Development & AI Practice
Aug 4, 2025 · Blockchain

Why Coinbase’s Base L2 Is Outpacing Arbitrum and Optimism

Base, Coinbase’s newly launched Ethereum Layer‑2, leverages strong backing, superior transaction volume, higher profitability, active developer community, and the OP Stack’s optimistic rollup architecture to challenge rivals like Arbitrum and Optimism, while fostering a unique “Based” culture and aiming for Superchain interoperability.

BASECoinbaseEthereum
0 likes · 8 min read
Why Coinbase’s Base L2 Is Outpacing Arbitrum and Optimism
Ops Development & AI Practice
Ops Development & AI Practice
Jul 28, 2025 · Blockchain

Why Ethereum Can Generate Practically Unlimited Addresses: The Math Behind 2^160

This article explains why Ethereum can seemingly generate unlimited addresses by detailing the 160‑bit address space (2^160 possibilities), comparing its size to real‑world quantities, describing the local cryptographic generation process, the on‑demand activation model, and why address collisions are practically impossible.

Ethereumaddress spacecollision probability
0 likes · 7 min read
Why Ethereum Can Generate Practically Unlimited Addresses: The Math Behind 2^160
Ops Development & AI Practice
Ops Development & AI Practice
Jul 24, 2025 · Blockchain

Reverse‑Engineering Ethereum Contracts: Etherscan’s Decompile, Opcodes, and Similar‑Contracts

Etherscan offers three powerful features—Decompile Bytecode, Opcodes View, and Similar Contracts—that let developers and security researchers translate compiled contract bytecode back into readable code, inspect low‑level instructions, and locate related contracts on the blockchain, enhancing transparency and auditability.

Bytecode DecompilationContract AnalysisEthereum
0 likes · 6 min read
Reverse‑Engineering Ethereum Contracts: Etherscan’s Decompile, Opcodes, and Similar‑Contracts
Ops Development & AI Practice
Ops Development & AI Practice
Jul 22, 2025 · Blockchain

Decoding Hardhat Test Output: A Complete Guide to Contract Health and Gas Costs

This article walks through a typical Hardhat test run, explaining each section of the console report—from compilation details and individual test results to gas usage, network configuration, and deployment costs—so developers can assess contract correctness, performance, and optimization opportunities.

Blockchain DevelopmentEthereumGas Optimization
0 likes · 8 min read
Decoding Hardhat Test Output: A Complete Guide to Contract Health and Gas Costs
Ops Development & AI Practice
Ops Development & AI Practice
Jul 21, 2025 · Industry Insights

Why ETH.Build Is a Must-Have Visual Sandbox for Mastering Ethereum Fundamentals

ETH.Build is an open-source, web-based visual sandbox that lets users drag-and-drop modules to construct and run core Ethereum components—hash functions, key pairs, signatures, and transactions—offering beginners and developers a hands-on way to grasp blockchain fundamentals beyond traditional code-centric tools.

Blockchain EducationEthereumVisual Sandbox
0 likes · 7 min read
Why ETH.Build Is a Must-Have Visual Sandbox for Mastering Ethereum Fundamentals
Ops Development & AI Practice
Ops Development & AI Practice
Jul 19, 2025 · Blockchain

How Ethereum Execution and Consensus Clients Work Together After The Merge

This article explains the post‑Merge Ethereum architecture, detailing the distinct roles of Execution Clients (EL) and Consensus Clients (CL), their core responsibilities, popular implementations, the Engine API communication process, and why modular client design improves security, efficiency, and upgradeability.

Blockchain ArchitectureConsensus ClientEthereum
0 likes · 10 min read
How Ethereum Execution and Consensus Clients Work Together After The Merge
JavaEdge
JavaEdge
Jul 25, 2024 · Blockchain

Understanding Ethereum: Accounts, Transactions, and Network Basics

This article provides a comprehensive overview of Ethereum, explaining what it is, how its external and contract accounts work, the mechanics of transactions and gas, the underlying network architecture, major client implementations, and how Hardhat facilitates smart‑contract development.

AccountsEthereumHardhat
0 likes · 14 min read
Understanding Ethereum: Accounts, Transactions, and Network Basics
FunTester
FunTester
Nov 17, 2023 · Blockchain

Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket

This article explains how to construct and send Ethereum JSON‑RPC calls such as net_version through a WebSocket connection using the Web3j Java library, including source code analysis, request construction, and a practical example with console output.

BlockchainEthereumJSON-RPC
0 likes · 5 min read
Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket
FunTester
FunTester
Aug 30, 2023 · Blockchain

How to Connect to Ethereum Mainnet and Generate Wallets with Web3j and Infura

This guide walks through obtaining an Infura API key, using Web3j’s HTTP API to connect to Ethereum’s mainnet, creating and sending requests, handling responses, and generating local wallets with private keys, while highlighting common pitfalls and asynchronous issues for Java developers.

BlockchainEthereumInfura
0 likes · 7 min read
How to Connect to Ethereum Mainnet and Generate Wallets with Web3j and Infura
ELab Team
ELab Team
Aug 11, 2023 · Blockchain

Build and Deploy a Web3 Smart Contract Project with React, Vite, and Hardhat

This guide walks you through understanding blockchain contracts, setting up a React‑Vite‑Tailwind front‑end, installing ethers and Hardhat, writing and testing a Solidity contract, configuring Hardhat, deploying to Goerli via Alchemy, and integrating the contract with a React application.

BlockchainEthereumHardhat
0 likes · 14 min read
Build and Deploy a Web3 Smart Contract Project with React, Vite, and Hardhat
AntTech
AntTech
Jun 26, 2023 · Blockchain

Detailed Analysis of the Tornado Cash Governance Attack and Smart‑Contract Exploitation

This article examines the multi‑stage Tornado Cash governance attack, explaining the proposal mechanism, token‑locking logic, creation of zombie accounts, use of create/create2, malicious self‑destruct functions, delegatecall exploitation, and the resulting token theft, while highlighting key security lessons for blockchain governance.

BlockchainSecurityDeFiEthereum
0 likes · 17 min read
Detailed Analysis of the Tornado Cash Governance Attack and Smart‑Contract Exploitation
Tencent Cloud Developer
Tencent Cloud Developer
Nov 9, 2022 · Blockchain

Understanding the Architecture of a Web 3.0 Application (DApp)

Understanding a Web 3.0 DApp’s architecture involves replacing the centralized database and backend of a Web 2.0 stack with Ethereum’s immutable blockchain and smart contracts, while the front‑end communicates via providers, uses off‑chain storage like IPFS, queries through events or The Graph, scales with Layer 2 solutions, and leverages tools such as Hardhat, Truffle, and Remix.

DAppEthereumLayer 2
0 likes · 19 min read
Understanding the Architecture of a Web 3.0 Application (DApp)
Tencent Cloud Developer
Tencent Cloud Developer
Jul 13, 2022 · Blockchain

Web3.0 Development Guide: From Blockchain Basics to DApp Practice

The guide walks readers through Web3’s evolution from Web1.0 to blockchain‑driven Web3.0, explains core concepts such as decentralized ledgers, smart contracts, gas fees and consensus, then details DApp architecture and provides a step‑by‑step tutorial building a pet‑adoption DApp with Solidity, Truffle, MetaMask and a Vue/React frontend.

BlockchainDAppDecentralization
0 likes · 15 min read
Web3.0 Development Guide: From Blockchain Basics to DApp Practice
ELab Team
ELab Team
May 25, 2022 · Blockchain

Build a Decentralized HPC Token on Ethereum: Step‑by‑Step Web3.0 Tutorial

This article introduces Web 3.0 concepts, explains blockchain architecture and Ethereum fundamentals, then walks through creating an ERC‑20 HPC token, setting up a Geth client, writing and deploying Solidity contracts, and building a MetaMask‑enabled front‑end deployed on IPFS.

EthereumSolidityToken Development
0 likes · 22 min read
Build a Decentralized HPC Token on Ethereum: Step‑by‑Step Web3.0 Tutorial
21CTO
21CTO
Apr 23, 2022 · Blockchain

How a Simple Logic Error Locked $34 Million in an NFT Contract

A critical logic mistake and a refund‑queue vulnerability in the Akutar NFT project's AkuDreams Solidity contract caused 11,539 ETH (about $34 million) to become permanently locked, illustrating how subtle coding errors can freeze massive crypto assets.

BlockchainEthereumNFT
0 likes · 4 min read
How a Simple Logic Error Locked $34 Million in an NFT Contract
21CTO
21CTO
Oct 17, 2021 · Blockchain

Blockchain Basics for Beginners: From Bitcoin to Smart Contracts

This article offers a beginner-friendly overview of blockchain technology, covering the origins of Bitcoin, the Ethereum platform, smart contracts, oracles, and decentralized applications, while explaining how decentralized networks provide transparency, freedom, and security compared to traditional financial systems.

BitcoinBlockchainEthereum
0 likes · 7 min read
Blockchain Basics for Beginners: From Bitcoin to Smart Contracts
Java Architect Essentials
Java Architect Essentials
Mar 15, 2021 · Industry Insights

Can Apple M1 Macs Mine Ethereum Effectively? A Hands‑On Test

This article documents a technical experiment that runs Ethereum mining software on an M1‑based MacBook Air, detailing the required code patches, build process, performance logs, and the resulting profit of roughly one Chinese yuan per day, while comparing the M1’s capabilities to traditional GPU miners.

Apple SiliconEthereumM1
0 likes · 9 min read
Can Apple M1 Macs Mine Ethereum Effectively? A Hands‑On Test
ITPUB
ITPUB
Mar 7, 2021 · Blockchain

Can You Mine Ethereum on an Apple M1 Mac? A Hands‑On Test and Results

This article documents a developer’s attempt to run Ethereum mining software on an M1‑based MacBook Air, detailing the required patches, compilation steps, observed hash rates, daily earnings, and how the performance compares with traditional GPU miners.

BlockchainEthereumGPU
0 likes · 9 min read
Can You Mine Ethereum on an Apple M1 Mac? A Hands‑On Test and Results
360 Smart Cloud
360 Smart Cloud
Nov 21, 2019 · Blockchain

Ethereum RPC Attack Methods and Defense Recommendations

This article outlines multiple Ethereum RPC attack techniques—including unlock‑account hijacking, miner‑address manipulation, brute‑force, offline, and zero‑fee attacks—provides detailed attack flow diagrams, code‑path references, recent honeypot statistics, and practical defense measures to secure RPC endpoints.

AttackBlockchainEthereum
0 likes · 8 min read
Ethereum RPC Attack Methods and Defense Recommendations
Youzan Coder
Youzan Coder
Oct 23, 2019 · Information Security

Breaking the Ceiling of Traditional Internet Security with Decentralized Trust

The article analyzes why conventional antivirus, firewall, and intrusion‑detection approaches have reached their limits, identifies trust as the root cause of internet security problems, and proposes a decentralized architecture using blockchain, IPFS, and zero‑trust principles to rebuild identity, network, computing, and storage with intrinsic security.

BlockchainEthereumIPFS
0 likes · 21 min read
Breaking the Ceiling of Traditional Internet Security with Decentralized Trust
21CTO
21CTO
Jan 26, 2019 · Blockchain

Top 10 Essential Tools Every Blockchain Developer Should Use

This article introduces the rapid rise of blockchain technology beyond cryptocurrencies, explains smart contracts, and presents ten widely used tools—including Remix IDE, Solidity compiler, Solium, Parity, Geth, MetaMask, Truffle, and DAppBoard—plus additional resources, helping developers choose the right solutions for their projects.

BlockchainEthereumSolidity
0 likes · 8 min read
Top 10 Essential Tools Every Blockchain Developer Should Use
360 Tech Engineering
360 Tech Engineering
Jan 23, 2019 · Blockchain

An Introduction to Blockchain, Bitcoin, Ethereum, and ICOs

This article provides a comprehensive overview of blockchain technology, explaining its structure, cryptographic foundations, and how Bitcoin and Ethereum operate, including mining, transaction processes, smart contracts, and ICOs, while also highlighting regulatory concerns and common misconceptions.

BitcoinBlockchainEthereum
0 likes · 9 min read
An Introduction to Blockchain, Bitcoin, Ethereum, and ICOs
360 Quality & Efficiency
360 Quality & Efficiency
Jan 16, 2019 · Blockchain

An Introduction to Blockchain, Bitcoin, Ethereum, and ICO

This article explains the fundamentals of blockchain technology, the structure of blocks, Bitcoin mining and transaction processes, the evolution to Ethereum with smart contracts, and the concept and regulatory concerns of ICOs, providing a comprehensive overview for newcomers to the crypto space.

BitcoinBlockchainEthereum
0 likes · 10 min read
An Introduction to Blockchain, Bitcoin, Ethereum, and ICO
Qizhuo Club
Qizhuo Club
Dec 13, 2018 · Blockchain

How to Deploy and Operate an ERC20 Token on Ethereum: A Complete Tutorial

This tutorial walks you through installing geth, synchronizing the Rinkeby testnet, creating accounts, writing and compiling Solidity contracts, deploying an ERC20 token, and performing common operations such as balance queries, transfers, approvals, and delegated transfers using the console and web3.js.

Blockchain DevelopmentERC20Ethereum
0 likes · 20 min read
How to Deploy and Operate an ERC20 Token on Ethereum: A Complete Tutorial
Senior Brother's Insights
Senior Brother's Insights
Aug 30, 2018 · Blockchain

Essential Ethereum Development Languages, Frameworks, and Toolchain

A comprehensive reference of Ethereum development resources covering programming languages, frameworks, IDEs, client implementations, storage solutions, messaging protocols, wallets, explorers, gas calculators, services, testnets, contract libraries, testing utilities, security tools, learning material, governance platforms, and key documentation.

Blockchain DevelopmentEthereumIDE
0 likes · 15 min read
Essential Ethereum Development Languages, Frameworks, and Toolchain
Senior Brother's Insights
Senior Brother's Insights
Aug 29, 2018 · Blockchain

How to Connect Remix to a Private Ethereum Chain and Fix Common Errors

This guide walks through the step‑by‑step process of linking Remix to a local private Ethereum node, explains the typical "Not possible to connect to the Web3 provider" error, and provides two practical solutions—including adjusting the URL scheme and adding the --rpccorsdomain flag to the Geth startup command.

BlockchainEthereumPrivate Chain
0 likes · 4 min read
How to Connect Remix to a Private Ethereum Chain and Fix Common Errors
Senior Brother's Insights
Senior Brother's Insights
Aug 28, 2018 · Blockchain

How a DoS Attack Secured the Fomo3D Ethereum Game Winner

The article dissects the sophisticated DoS attack that let a player win the Fomo3D Ethereum game by flooding the transaction pool with high‑gas‑price garbage calls, detailing the game mechanics, Ethereum gas economics, block‑by‑block execution, and the extensive technical preparation required.

DoS attackEthereumFomo3D
0 likes · 13 min read
How a DoS Attack Secured the Fomo3D Ethereum Game Winner
Architects Research Society
Architects Research Society
Jun 29, 2018 · Blockchain

Comparing IBM and Microsoft Blockchain-as-a-Service Platforms: Governance, Protocol Choices, and Market Implications

An analytical comparison of IBM’s Hyperledger‑based Blockchain‑as‑a‑Service and Microsoft’s Azure‑based, Ethereum‑focused BaaS reveals key differences in governance, protocol preference, ecosystem risk, and market strategy, illustrating how the two tech giants compete in the emerging enterprise blockchain space.

BaaSBlockchainEnterprise
0 likes · 5 min read
Comparing IBM and Microsoft Blockchain-as-a-Service Platforms: Governance, Protocol Choices, and Market Implications
Hujiang Technology
Hujiang Technology
Apr 16, 2018 · Blockchain

Implementing a Weighted Voting DApp with ERC20 Tokens on Ethereum

This article guides developers through extending a simple Ethereum voting DApp by introducing ERC20 token-based weighted voting, covering token concepts, Solidity contract design with structs and mappings, functions for buying tokens, voting, and fund transfer, as well as deployment, testing, and front‑end integration steps.

BlockchainDAppERC20
0 likes · 16 min read
Implementing a Weighted Voting DApp with ERC20 Tokens on Ethereum
Tencent Cloud Developer
Tencent Cloud Developer
Apr 9, 2018 · Industry Insights

Top 10 Blockchain Terms Every Enthusiast Should Master

This article presents a concise, ten‑item glossary of essential blockchain concepts—from decentralization and mining pools to cryptocurrencies, Bitcoin, Ethereum, smart contracts, proof‑of‑work, and the foundational blockchain itself—providing clear definitions and context for each term.

BitcoinBlockchainDecentralization
0 likes · 7 min read
Top 10 Blockchain Terms Every Enthusiast Should Master
Architects Research Society
Architects Research Society
Apr 5, 2018 · Blockchain

Understanding Decentralized Applications (DApps) and Their Types on Ethereum

The article explains how Ethereum uses blockchain to host decentralized applications, outlines the three categories of dApps—including fund‑management, hybrid financial/off‑chain, and governance apps—describes their open‑source nature, and discusses examples such as censorship‑resistant micro‑blogging and decentralized autonomous organizations.

BlockchainDAppEthereum
0 likes · 5 min read
Understanding Decentralized Applications (DApps) and Their Types on Ethereum
Architects Research Society
Architects Research Society
Mar 28, 2018 · Blockchain

Understanding Ethereum’s Underlying Architecture and Virtual Machine

This article explains Ethereum’s underlying architecture, contrasting it with Bitcoin, describing its blockchain structure, state management, and the Ethereum Virtual Machine, while highlighting the flexibility of its Turing‑complete language, high‑level contract development, and the trade‑offs of computational cost.

BlockchainEthereumevm
0 likes · 7 min read
Understanding Ethereum’s Underlying Architecture and Virtual Machine
Senior Brother's Insights
Senior Brother's Insights
Mar 19, 2018 · Blockchain

Understanding Geth Sync Modes: Fast, Full, and Light Explained

This article examines the three Ethereum Geth synchronization modes—fast, full, and light—by dissecting the underlying Go source code, explaining the SyncMode type, its constants, string and marshaling implementations, default configuration, and the runtime logic that switches modes based on blockchain state.

BlockchainEthereumGo
0 likes · 9 min read
Understanding Geth Sync Modes: Fast, Full, and Light Explained
Senior Brother's Insights
Senior Brother's Insights
Mar 18, 2018 · Blockchain

Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes

This article provides a detailed reference of the official Geth client’s command‑line flags, covering general commands, Ethereum‑specific options, developer mode, API and console settings, mining parameters, gas‑price controls, logging/debug features, deprecated flags, and a link to the official documentation.

BlockchainCLICommand-line
0 likes · 11 min read
Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes
Senior Brother's Insights
Senior Brother's Insights
Mar 17, 2018 · Blockchain

Why Does Ethereum Sync Stall? Common Issues and Fixes

This guide compiles the most frequent Ethereum synchronization problems—such as blocks lagging by dozens, the sync process stalling at 99%, zero block height or balance readings, and abnormal logs—and provides step‑by‑step commands, hardware tips, cache settings, and log‑analysis techniques to diagnose and resolve them.

BlockchainEthereumNode
0 likes · 9 min read
Why Does Ethereum Sync Stall? Common Issues and Fixes
Tencent Cloud Developer
Tencent Cloud Developer
Mar 12, 2018 · Blockchain

Understanding Smart Contracts: Definitions, Real‑World Scenarios, and Future Outlook

Smart contracts are decentralized programs stored on a blockchain that automatically enforce “if‑then” clauses, offering transparent, trustless computation for scenarios like automated bank payments, code‑based legal agreements, and token transfers, while highlighting platform differences, cost trade‑offs, and the emerging need for legally‑savvy programmers.

EthereumFinancial Applicationsdecentralized computing
0 likes · 13 min read
Understanding Smart Contracts: Definitions, Real‑World Scenarios, and Future Outlook
Senior Brother's Insights
Senior Brother's Insights
Feb 26, 2018 · Blockchain

How Decentralized Exchanges Work: EtherDelta, Kyber Network, and JOYSO Explained

This article explains the fundamentals of centralized and decentralized cryptocurrency exchanges, describes key concepts like wallets, signatures, and smart contracts, and compares three Ethereum‑based DEX implementations—EtherDelta, Kyber Network, and JOYSO—highlighting their architectures, advantages, and limitations.

DEX ComparisonDecentralized ExchangeEthereum
0 likes · 16 min read
How Decentralized Exchanges Work: EtherDelta, Kyber Network, and JOYSO Explained
Architecture Digest
Architecture Digest
Jan 15, 2018 · Blockchain

Ethereum: A Next‑Generation Platform for Smart Contracts and Decentralized Applications

Ethereum is a blockchain platform that extends Bitcoin’s decentralized consensus with a Turing‑complete language, enabling developers to create smart contracts, token systems, decentralized autonomous organizations, and a wide range of financial and non‑financial decentralized applications, while addressing scalability, mining, and security challenges.

EthereumToken Systemsdao
0 likes · 60 min read
Ethereum: A Next‑Generation Platform for Smart Contracts and Decentralized Applications
Senior Brother's Insights
Senior Brother's Insights
Jan 14, 2018 · Blockchain

Avoid Underpriced Replacement Errors by Managing Nonce in Hot Ethereum Accounts

When a frequently used Ethereum account (hot account) sends multiple transactions, an incorrect nonce can cause the 'replacement transaction underpriced' error, but by understanding pending transactions, gas price requirements, and choosing either client‑managed or custom nonce strategies, developers can reliably prevent and resolve this issue.

Ethereumhot accountsnonce
0 likes · 5 min read
Avoid Underpriced Replacement Errors by Managing Nonce in Hot Ethereum Accounts
21CTO
21CTO
Jan 12, 2018 · Blockchain

Demystifying Blockchain: How Bitcoin and Ethereum Really Work

This article explains the fundamentals of blockchain technology, compares centralized and distributed systems with simple analogies, and details how Bitcoin and Ethereum operate, including their advantages, limitations, and the role of smart contracts and gas in decentralized applications.

BitcoinEthereumcryptocurrency
0 likes · 10 min read
Demystifying Blockchain: How Bitcoin and Ethereum Really Work
Senior Brother's Insights
Senior Brother's Insights
Jan 12, 2018 · Blockchain

Understanding Ethereum Accounts, Transactions, and Gas

This guide explains Ethereum's account types, how transactions and internal messages work, the role of gas and gas limits, fee calculation, and how network congestion can lead to DoS‑like conditions, providing a practical foundation for developers.

AccountsBlockchainEthereum
0 likes · 11 min read
Understanding Ethereum Accounts, Transactions, and Gas
Senior Brother's Insights
Senior Brother's Insights
Sep 27, 2017 · Blockchain

How to Speed Up Ethereum Block Sync with Custom Static Nodes

This guide explains why Ethereum node synchronization can be painfully slow in China, introduces the EthFans Spark node list, and provides step‑by‑step instructions for adding a static‑nodes.json file, verifying connections, using console commands, and increasing the maximum peer count to accelerate syncing.

BlockchainEthereumNode Sync
0 likes · 5 min read
How to Speed Up Ethereum Block Sync with Custom Static Nodes
Architects Research Society
Architects Research Society
Sep 2, 2017 · Blockchain

Comparison of Bitcoin, Ethereum, and Hyperledger Fabric: Consensus, Smart Contracts, and Programming Languages

This article presents a side‑by‑side comparison of three major blockchain platforms—Bitcoin, Ethereum, and Hyperledger Fabric—detailing their required cryptocurrencies, network types, permission models, consensus algorithms, smart‑contract support, and primary programming languages, and typical use cases.

BitcoinBlockchainConsensus
0 likes · 2 min read
Comparison of Bitcoin, Ethereum, and Hyperledger Fabric: Consensus, Smart Contracts, and Programming Languages
Senior Brother's Insights
Senior Brother's Insights
Aug 27, 2017 · Blockchain

Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?

This article compares Ethereum Wallet (Mist) and Geth, outlining their graphical versus command‑line interfaces, supported operating systems, main features such as account creation, token exchange, smart‑contract deployment, and API access, helping developers choose the appropriate client for building blockchain applications.

BlockchainClient ComparisonEthereum
0 likes · 5 min read
Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?