Skip to content

arshalsoren/Ethereal-ICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereal-ICO

  • Smart Contract for Ethereal.
  • Invest in Ethereal. (NOT RECOMMENDED)

Requirements

How does it work?

  • Deploying the smart contract ethereal_ico on MyEtherWallet, on a custom node(offline) created using Ganache. deploy_1.png

  • 0.02 ETH used to deploy the smart contract on the custom node mentioned below, http://127.0.0.1:7545 ganache_2.png

  • You can see a new block is mined and transaction is added into it. block_mined_3.png

  • Here is the detail of the transaction made to deploy the smart contract. transac_4.png

  • Interacting with our smart contract. interacting_5.png

  • Buying ethereal with buy_ethereal function defined in the smart contract. Note: 1 INR = 1000 ethereal buying_6.png

  • New block mined for our new transaction which includes buying 10000 ethereal. ethereal_block_mined_7.png

  • Equity in ethereal. No. of ethereal this investor holds. equity_ethereal_8.png

  • Selling 5000 ethereal. sell_ethereal_9.png

  • Equity after selling 5000 ethereal. You can clearly see the difference in the value. equity_sell_10.png