All Projects → vahiwe → Building-your-own-ECR20-Token

vahiwe / Building-your-own-ECR20-Token

Licence: MIT License
This tutorial will take you through the steps of building your first ERC20 token on the Ethereum network.

Projects that are alternatives of or similar to Building-your-own-ECR20-Token

blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (-49.38%)
Mutual labels:  smart-contracts
waifusion-site
The new Waifusion dApp website in React (old website in v1 branch)
Stars: ✭ 20 (-75.31%)
Mutual labels:  smart-contracts
dala-smart-contracts
Smart contracts for the Dala token sale and ERC20 token
Stars: ✭ 19 (-76.54%)
Mutual labels:  smart-contracts
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (-8.64%)
Mutual labels:  smart-contracts
redstone-smartcontracts
An implementation of the Arweave SmartWeave smart contracts protocol.
Stars: ✭ 42 (-48.15%)
Mutual labels:  smart-contracts
quipuswap-webapp
🌐 🧙‍♂️ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (-74.07%)
Mutual labels:  smart-contracts
tranquility
Tranquility is an in-development programming language intended to replace Solidity
Stars: ✭ 17 (-79.01%)
Mutual labels:  smart-contracts
SmartContractTrading-wFabric1-4-VSCodeExt
Learn now to create a smart contract with VSCode
Stars: ✭ 27 (-66.67%)
Mutual labels:  smart-contracts
ex-bond-issuance
Reference DAML application demonstrating a bond issuance use case.
Stars: ✭ 16 (-80.25%)
Mutual labels:  smart-contracts
block-change
Social impact bond implemented on Ethereum
Stars: ✭ 38 (-53.09%)
Mutual labels:  smart-contracts
trustbase
Smart Contract parachain interoperate with Polkadot and Ethereum
Stars: ✭ 22 (-72.84%)
Mutual labels:  smart-contracts
Smart-Contract-Verifier
This project is to create a system that uses DeFi technology to enforce contracts. Users will be able to set up contracts between each other, this includes an escrow service for payments. If users disagree over whether a contract was fulfilled, a jury appointed by the system will make the final decision.
Stars: ✭ 16 (-80.25%)
Mutual labels:  smart-contracts
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (+11.11%)
Mutual labels:  smart-contracts
DeFi-Developer-Road-Map
DeFi Developer roadmap is a curated Web3.0 Developer handbook which includes a list of the best tools for DApps, development resources and lifehacks.
Stars: ✭ 5,658 (+6885.19%)
Mutual labels:  smart-contracts
blockchain-consensus
This is my attempt to list all possible blockchain consensus out there, i welcome pull request of the blockchain community! lets make it the main reference for blockchain consensus
Stars: ✭ 79 (-2.47%)
Mutual labels:  smart-contracts
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (-19.75%)
Mutual labels:  smart-contracts
hardhat-abi-exporter
🧰 Export Solidity contract ABIs on compilation ⚙️
Stars: ✭ 29 (-64.2%)
Mutual labels:  smart-contracts
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-81.48%)
Mutual labels:  smart-contracts
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-79.01%)
Mutual labels:  smart-contracts
ride-examples
Examples of scripts for accounts, dApps and assets using RIDE programming language.
Stars: ✭ 28 (-65.43%)
Mutual labels:  smart-contracts

Tutorial: Building your own Ethereum based ECR20 Token in less than an hour

This tutorial will take you through the steps of building your first ERC20 token on the Ethereum network using a single smart contract and MetaMask wallet.

This repo contains the sample solidity file:

contracts/GGMToken.sol

Feel free to leave any issues and I'll get back to you and help you out :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].