Skip to content

Issuing an ERC20 token that is minted through a Crowdsale contract

Notifications You must be signed in to change notification settings

tamobee/Crowdsale-Advanced-Solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crowdsale Advanced Solidity

Files


To Note

  • Before developing and testing the contracts, I have my blockchain network running in Ganache and MetaMask extension connected and pointing to Localhost:8545.

  • In the Deploy tab in Remix IDE, I connected to my local Ganache chain by selecting Injected Web3 in the Environment column.

  • For each contract, I filled in the constructor parameters before transacting and deploying.

ERC20 PupperCoin

I used a standard ERC20Mintable and ERC20Detailed contract for the PupperCoin.sol.

Crowdsale

This contract raises Ethereum by issuing PupperCoin. One token (TKN) equals 1 ETH in order to maintain parity with Ether units and can be divided into TKNbits as Ether can be divided into wei. The goal is to raise 300 ETH with this crowdsale.

Contract Deployment

Gas Price Comparison for the transactions

Ropsten Gas Price Ropsten Gas Price

Local Network Gas Price Local Network Gas Price

About

Issuing an ERC20 token that is minted through a Crowdsale contract

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published