Skip to content

securitize-io/DSTokenInterfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS Protocol Interfaces

This repository includes the smart contracts defining the main interfaces required by the DS Protocol, as well as the ABIs (Application Binary Interfaces) that facilitate interacting with them. They are:

  • DSServiceConsumerInterface :  The basic fabric of the DS Protocol, allowing the different components to be able to associate with each other dynamically.

  • DSTokenInterface :  The interface defining the DS Token itself, an extension of the ERC20 standard, but including additional mechanisms relevant for Digital Securities, like investor-centric balances or the capability of iterating through the wallets holding tokens.

  • DSTrustServiceInterface :  The interface for the Trust Service, which allows assigning trust roles in the context of a DS Token, so that authorized actors or DS Apps can appropriately interact with the rest of the services.

  • DSRegistryServiceInterface :  This interface defines the functions for the Registry Service, which holds the relevant information about investors to ensure compliance during issuance or trades, but also to keep their privacy.

  • DSComplianceServiceInterface:  This is the interface the DS Token will rely on to ensure the validation of the different operations of issuance and trade during its lifecycle.

You can find more information in our Medium post.

About

Digital Securities (DS) protocol interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published