Skip to content

Creating a new crypto coin "KaseiCoin" which is a fungible token that’s ERC-20 compliant. Launching a crowdsale that will allow people who are moving to Mars to convert their earthling money to KaseiCoin.

Notifications You must be signed in to change notification settings

Prabhdyals/Martian-Crypto-currency-and-Crowdsale-

Repository files navigation

KaseiToken

A local blockchain was set up using Ganache. Smart contracts were compiled in Solidity using Remix IDE and launched on local blockchain. MetaMask was used as local wallet and interface between Remix and local blockchain.

1. Deploy KaseiCoinCrowdsale Deployer Contract Using Metamask Account

Filled in NAME, SYMBOL, and WALLET

deployerDeployment

2. Confirming Transaction & Gas Fees Using Metamask

Confirmation

3. Successful Mining of Transaction

Notice green check at bottom of screen

miningSuccessful

4. Deploying Crowdsale Contract using Crowdsale address from Deployer Contract

Used 'At Address' function

Crowdsale

5. Deploying token contract using token address from Deployer Contract

Used 'At Address' function

Token

6. Confirming deployed contracts

Contracts

7. Switching Metamask account to Kasei_Buyer for token purchase

Buyer

8. Using 'buyTokens' function with Kasei_Buyer to purchase tokens

Filled in 10 ETH for value and buyer address in contract function

checkBalance

9. Confirming 10 ETH purchase of KSI token

firstWithdrawal

10. Importing token from contract address so token is visible in wallet

secondWithdrawal

11. Displaying Kasei_Buyer reduced ETH balance and KSI balance of 10

secondWithdrawal

12. Displaying results of totalSupply (in WEI) after token purchase

secondWithdrawal

13. Displaying wallet balances in Ganache

Top address is Buyer, bottom Owner

secondWithdrawal

14. Displaying blockchain transactions in Ganache

Bottom TX is contract creation, top is token purchase

secondWithdrawal

About

Creating a new crypto coin "KaseiCoin" which is a fungible token that’s ERC-20 compliant. Launching a crowdsale that will allow people who are moving to Mars to convert their earthling money to KaseiCoin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published