/AssetTokenization

A sandbox application for creating a smart contract handling the a ICO (Initial coin offering) with KYC for smart contract.

Primary LanguageJavaScriptMIT LicenseMIT

About

A sandbox application with a potential real world case scenario of developing a smart contract on the Ethereum blockchain network.


Use Cases:

  • Tokenization of any asses as fungible tokens (ERC20).
  • Bonus programs or vouchers.
  • New crypto currency
  • payment-layer on top of Ethereum

Development Goals:

  • Understand truffle suite
  • Understand deployment of dApps (decentralized applications) with most recent state of Solidity.
  • Understand tokenization using Open-Zeppelin Smart Contracts
  • Unit testing for smart contracts