Skip to content

In this project, we create a new cryptocurrency ('KaseiCoin') using Ether and successfully perform a crowd sale of KaseiCoin

Notifications You must be signed in to change notification settings

albakomito/Solidity-Crowdsale

Repository files navigation

Solidity Crowdsale

Summary

  • In this project we create a new cryptocurrency using Ether and perform a crowd sale.

Source Files

  • Images folder: contains screenshots of successfully comppiled KaseiCoin contract crowdsale.
  • KaseiCoin.sol : Code used to create KaseiCoin using ERC-20 protocol.
  • KaseiCoinCrowdsale.sol : Code used to perform KaseiCoin crowdsale in Solidity.
  • Note: please refer to both .sol files for full coding instructions.

Crowdsale

Please refer to KaseiCoin.sol and KaseiCoinCrowdsale.sol for compiled code.

Evaluation Evidence

Step 1

Contains 2 screenshots of the successfully compiled KaseiCoin token contract:

Step 2

Contains 2 screenshots of the successfully compiled KaseiCoin Crowdsale contract:

Step 3

Contains 3 screenshots of the successfully compiled KaseiCoin CrowdsaleDeployer contract:

Step 4

Contains screenshots of:

  • The deployed CrowdsaleDeployer:

  • After deployment of the KaseiCoin token, the KAI balance of address 0x020fa6040AEA31e903A23dDc66dcd555cDc69fEb, whose owner has purchased 5 KAI (1 KAI = 1 ETH), displayed in wei:

  • After deployment of the KaseiCoin crowdsale, the amount raised from the crowdsale (displayed in wei):

About

In this project, we create a new cryptocurrency ('KaseiCoin') using Ether and successfully perform a crowd sale of KaseiCoin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published