cic-contracts/doc/texinfo/registry.sol.texi

29 lines
719 B
Plaintext

@subsection Registry
The Registry interface is a key-value store resolving well-known contract identifier names to contract addresses.
It currently has two distinct uses in the CIC context:
@enumerate
@item
Entry-point to discover all relevant contracts of CIC networks.
@item
Unique (ERC20) token symbol resolver.
@end enumerate
@subsubsection ERC165 Interface identifier
@include ../../build/RegistryClient.interface
@subsubsection Solidity interface definition
@include ../../build/contract_RegistryClient.texi
@subsubsection Contract registry implementation
@uref{git://holbrook.no/eth-contract-registry.git,}
@subsubsection Token index implementation
@uref{git://holbrook.no/eth-contract-registry.git,}