Tagged articles
27 articles
Page 1 of 1
AntTech
AntTech
Apr 20, 2023 · Information Security

Exploring ChatGPT for Smart Contract Vulnerability Detection: Experiments and Analysis

This study investigates the capability of ChatGPT, a large language model, to detect common smart‑contract vulnerabilities, evaluates its performance against traditional tools across multiple datasets, and discusses its strengths, limitations, and future potential in blockchain security auditing.

AIChatGPTSmart Contract
0 likes · 23 min read
Exploring ChatGPT for Smart Contract Vulnerability Detection: Experiments and Analysis
Bilibili Tech
Bilibili Tech
Aug 9, 2022 · Blockchain

Smart Contracts, EVM Design, and Consensus Mechanisms in Blockchain

The article explains Web3’s trust‑less model and smart‑contract fundamentals—from Bitcoin’s simple script to Ethereum’s gas‑metered EVM—examines design trade‑offs such as on‑chain versus signature‑based whitelists, outlines engineering practices for immutable bytecode upgrades, and describes consensus evolution from PoW to a hybrid PoS/PoA PBFT “High‑Energy Chain.”

BlockchainConsensusGas
0 likes · 28 min read
Smart Contracts, EVM Design, and Consensus Mechanisms in Blockchain
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
Mar 14, 2019 · Blockchain

Essential Guide to Blockchain Programming: Top Languages, Platforms, and Use Cases

This article explores blockchain programming fundamentals, compares public and permissioned chains, reviews major development platforms, and evaluates the top five languages—C++, JavaScript, Python, Go, and Solidity—highlighting their strengths, weaknesses, and real‑world blockchain applications.

BlockchainCDApp
0 likes · 11 min read
Essential Guide to Blockchain Programming: Top Languages, Platforms, and Use Cases
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
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
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
Architects Research Society
Architects Research Society
Jun 1, 2018 · Blockchain

The Blockchain Market Is Hot – How to Learn the Skills for It

The article explains the soaring demand and high salaries for blockchain developers, outlines key technologies such as Solidity and Hyperledger, and reviews university courses, online bootcamps, and career‑transition advice for professionals seeking to enter the rapidly growing blockchain field.

Soliditycareerdeveloper
0 likes · 11 min read
The Blockchain Market Is Hot – How to Learn the Skills for It
21CTO
21CTO
May 14, 2018 · Blockchain

Why Blockchain Developers Are in High Demand and How to Join the Ranks

The article highlights a massive shortage of blockchain engineers, revealing that each developer receives about 14 job offers, outlines the top in‑demand skills such as Hyperledger Fabric, Ripple, and Solidity, and suggests pathways like iOlite, MOOCs, and headhunting services to become a blockchain developer.

BlockchainHyperledgerRipple
0 likes · 6 min read
Why Blockchain Developers Are in High Demand and How to Join the Ranks
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
Architecture Digest
Architecture Digest
Dec 29, 2017 · Blockchain

Design and Implementation of Upgradeable Smart Contracts Using Logic/Data Separation and Solidity Libraries

This article describes a practical approach to making Ethereum smart contracts upgradeable by separating business logic and data into distinct contracts, leveraging Solidity libraries, the using keyword, and an entry contract to manage funds and facilitate seamless contract upgrades.

Library PatternSmart Contract ArchitectureSolidity
0 likes · 9 min read
Design and Implementation of Upgradeable Smart Contracts Using Logic/Data Separation and Solidity Libraries
dbaplus Community
dbaplus Community
Nov 16, 2016 · Blockchain

From Bitcoin Basics to Ethereum Smart Contracts: A Hands‑On Guide

This article introduces blockchain fundamentals, explains Bitcoin and its protocol, compares public, private and consortium chains, then dives into Ethereum 2.0 concepts, consensus mechanisms, and provides a step‑by‑step tutorial for building a local test network, compiling geth and solc, and deploying a simple Solidity contract.

BlockchainEthereumEthereum Development
0 likes · 28 min read
From Bitcoin Basics to Ethereum Smart Contracts: A Hands‑On Guide