Skip to content

Create a fungible token called kaseiCoin for a crowdsale using solidy code on Remix.

License

Notifications You must be signed in to change notification settings

jcsung-star/kaseiCoinCrowdsale

Repository files navigation

Photo

header

John Sung LinkedIn -  John Sung


Table of Contents


Overview

We created a fungible token called to kaseiCoin that is ERC-20 compliant for a Crowdsale contract from the OpenZeppelin Solidity library. You will learn to deploy three contracts to manage the entire crowdsale process.


Requirements

This project leverages python version 3.7.11 with the following packages and modules:

  • Solidity - Create the smart contract and implement the joints saving application to work with ether.

  • Remix IDE - Write and edit solidity code to create the contracts

  • MetaMask - Use digital wallet and a gateway for the Ethereum blockchain.

  • Ganache - This is a tool that allows us to quickly set up a local blockchain, which we can use to test and develop smart contracts.

  • OpenZeppelin - OpenZeppelin library provides a wide variety of contracts that are related to the ERC-20 token standard.


Evaluation Evidence

Step 1: Screenshot of the successful compilation of the kaseiCoin contract:

kaseiCoin

Step 2: Screenshot of the successful compilation of the kaseiCoinCrowdsale contract:

compileKaseiCoineCrowdsale

Step 3: Screenshot of the successful compilation of the kaseiCoinCrowdsaleDeployer contract:

compileKaseiCoinCrowdsaleDeployer

Step 4: KaseiCoinCrowdsaleDeployer Contract Demo

Deploy kaseiCoinCrowsaleDeployer

Step 5: KaseiCoinCrowdsale Contract Demo

Deploy kaseiCoinCrowsale and kaseiCoin

Step 6: Compile KaseiCoinCrowdsaleDeployer Contract Demo

Deploy kaseiCoin


License

MIT License

Copyright (c) 2022 John Sung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


About

Create a fungible token called kaseiCoin for a crowdsale using solidy code on Remix.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published