Skip to content

Latest commit

 

History

History

contract-package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TCoin Contracts

This package implements the TCoin from TESOBE GmbH. Based out from an ERC20 token standard, it includes identity verification capabilities.

Contracts

The contracts are build using Solidity 0.8.17.

  • oz: Includes all the Openzeppelin contracts being used in the package.
  • identity: Is the module that includes all the functionality related to the identity of the users.
  • mocks: Is a set of contracts created for testing purposes.
  • Token.sol: Is the main contract of the TCoin.

References