simluyt / ConceptToken

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConceptToken

ConceptToken is a Proof of Concept token written from scratch. Using some libraries I extended. I also made a lot of abstract contracts to keep everything looking clean.

Roadmap

  • ConceptToken

    • BasicToken
    • AllowanceToken
    • MintableToken
    • StandardToken
  • SafeMath

    • Extend this library to remove all math related runtime exceptions.
  • Owned

    • Extend the functionalities relevant to Ownership tranfers.

Changelog

###31/01/2018

  • Finished up a basic Owned contract
  • Finished up a basic AllowanceToken without events

Resources

About