Ops Development & AI Practice
Ops Development & AI Practice
Aug 2, 2025 · Blockchain

Master Solana Development with Anchor Version Manager (AVM)

This guide explains what the Anchor Version Manager (AVM) is, why it’s essential for Solana developers, and provides step‑by‑step instructions for installing AVM, switching Anchor versions, and managing multiple projects to ensure reproducible builds and avoid deployment issues.

AVMAnchorBlockchain Development
0 likes · 7 min read
Master Solana Development with Anchor Version Manager (AVM)
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
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 DevelopmentEthereumFrameworks
0 likes · 15 min read
Essential Ethereum Development Languages, Frameworks, and Toolchain
Senior Brother's Insights
Senior Brother's Insights
Jul 17, 2018 · Blockchain

How to Eliminate Common Solidity Compilation Warnings in Remix

This guide explains why Remix shows two typical Solidity compiler warnings—missing visibility and missing pure mutability—and demonstrates step‑by‑step code modifications that remove both warnings while clarifying function visibility and state‑mutability modifiers.

Blockchain DevelopmentCompilation WarningsRemix
0 likes · 5 min read
How to Eliminate Common Solidity Compilation Warnings in Remix