24 lines
699 B
Plaintext
24 lines
699 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
|
|
|
|
@table @dfn
|
|
@item ERC165 Interface identifier
|
|
@include ../../build/RegistryClient.interface
|
|
@item Solidity interface definition
|
|
@include ../../build/contract_RegistryClient.texi
|
|
@item Contract registry implementation
|
|
@uref{git://holbrook.no/eth-contract-registry.git,}
|
|
@item Token index implementation
|
|
@uref{git://holbrook.no/eth-contract-registry.git,}
|
|
@end table
|