Tagged articles
4 articles
Page 1 of 1
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
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