Ecosystem Tools
Last updated
Was this helpful?
Last updated
Was this helpful?
You can find the implementation of ecosystem tools in the following location:
File Path:
Below is an example demonstrating how to use getEcosystems to retrieve ecosystem information based on an issuer's DID.
Importing the Function First, ensure you import getEcosystems from the SDK:
When you run the above code, you should expect an output similar to this:
This JSON output contains the details of the ecosystems associated with the given issuerDID.
For more examples and usage, please refer to the integration test at:
Test File Path: https://github.com/docknetwork/react-native-sdk/blob/master/integration-tests/ecosystem-tools.test.ts This test file provides comprehensive examples on how to interact with ecosystem tools effectively.