Deployment Addresses
Soul Search is a compilation of smart contracts. These are currently deployed on the Polygon Mumbai Testnet.
Metadata Registry
The metadata registry contract directly stores and sets the metadata of each Digi Proof.
There are a series of queries that can be made to the metadata registry in order to find out information about a Digi Proof. This is done by locating the 'Read Contract' tab in the Contract section of the Metadata Registry.
Company Names
It returns names of the companies that correspond to the SBT.
'getCompanyNames(_sbtId)'
Description
It returns a basic description of the project that correspond to the SBT.
`getDescription(_sbtId)`
Digi Proof Type
It returns the type of cooperation that correspond to the SBT.
'getDigiProofType(_sbtId)'
URI
It returns a URL to the image that correspond to the SBT.
'getURI(_sbtId)'