Tag

solidity

0 views collected around this technical thread.

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.”

ConsensusEVMGas
0 likes · 28 min read
Smart Contracts, EVM Design, and Consensus Mechanisms in Blockchain
High Availability Architecture
High Availability Architecture
Aug 2, 2022 · Blockchain

Comprehensive Introduction to Web3.0 and Step‑by‑Step DApp Development Guide

This article provides a thorough overview of Web3.0, covering its evolution from Web1.0 to Web3.0, core blockchain concepts, NFTs, DAOs, gas fees, and presents a practical, step‑by‑step tutorial for building, testing, and deploying a decentralized application (DApp) using Solidity, Truffle, Ganache, and MetaMask.

DAppEthereumGanache
0 likes · 15 min read
Comprehensive Introduction to Web3.0 and Step‑by‑Step DApp Development Guide
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.

DAppEthereumSmart Contract
0 likes · 15 min read
Web3.0 Development Guide: From Blockchain Basics to DApp Practice
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 13, 2022 · Blockchain

A Complete Web3.0 Development Roadmap to Become a Blockchain Developer

This guide outlines a step‑by‑step Web3.0 learning path covering fundamental computer science, frontend and backend web skills, decentralized application (DApp) concepts, smart‑contract development, and essential tools, enabling newcomers to become competent blockchain developers.

DAppEthereumWeb3
0 likes · 7 min read
A Complete Web3.0 Development Roadmap to Become a Blockchain Developer
High Availability Architecture
High Availability Architecture
Jan 10, 2021 · Blockchain

Becoming a Blockchain Developer – Milestone 4: Learning Smart Contract Development

This article outlines the essential concepts, properties, and development tools for smart contracts, explains deterministic, terminable, and isolated requirements, compares Ethereum's virtual machine with Fabric's Docker approach, and provides guidance on learning Solidity and advancing toward a blockchain developer career.

Ethereumblockchaindecentralized finance
0 likes · 8 min read
Becoming a Blockchain Developer – Milestone 4: Learning Smart Contract Development
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.

blockchaincareerdeveloper
0 likes · 11 min read
The Blockchain Market Is Hot – How to Learn the Skills for It
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.

DAppERC20Ethereum
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 ArchitectureUpgradeable Contracts
0 likes · 9 min read
Design and Implementation of Upgradeable Smart Contracts Using Logic/Data Separation and Solidity Libraries