Skip to content

CryptoABS/cryptoabs-token

Repository files navigation

CryptoABS Token


Table of contents

Technical Definition

CryptoABS is an ABS contract template. At the technical level CABS are a ERC20-compliant tokens.

Techincal Stack

Use truffle to create, compile, deploy and test smart contract.
Use open zeppelin for smart contract security.
Use testrpc for local testing.

Updates

Requirements

  • Token Identifier
    • name CryptoABS
    • symbol CABS
    • decimals 0
  • CABS/ETH Transfer rate

TODO

  • Migrate CryptoABS.sol with MultisigWallet.sol
  • Create Decentralize Token Exchange for CryptoABS.sol

Contract Design principle

Take a look on SMART_CONTRACT.md and OPEN_ZEPPELIN.md.

Testing

See test for details.

Contracts

CryptoABS.sol: Main contract for the token, CryptoABS follows ERC20 standard.
BasicToken.sol: ERC20Basic.sol interface implementation.
StandardToken.sol: ERC20.sol interface implementation.
ERC20.sol: ERC20 standard interfaces.
ERC20Basic.sol: ERC20 basic interfaces.
Ownable.sol: Owner ship.
SafeMath.sol: Math operations with safety checks.

PullPayment.sol: Pull payment implementation.
PushPayment.sol: Push payment implementation.

Reviewers And Audits

Code for the CryptoABS token is being reviewed by:

Phyrex Tsai, Author.