Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 806 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 806 Bytes

Creating an ERC-20 Token and Mint contracts

Challenge: Martian Token Crowdsale

You will create a fungible token that is ERC-20 compliant and that will be minted by using a Crowdsale contract from the OpenZeppelin Solidity library.

The crowdsale contract that you create will manage the entire crowdsale process, allowing users to send ether to the contract and in return receive KAI, or KaseiCoin tokens. Your contract will mint the tokens automatically and distribute them to buyers in one transaction.

Evaluation Evidence

KaseiCoin compiled

KaseiCoin crowdsale

KaseiCoin crowdsale deployer

KaseiCoin video