Required SDKs
To implement and operate as a PFI, you’ll need to use the following SDKs:
-
@web5/dids - To work with Decentralized Identifiers (DID), including creating an identity, and performing any other required cryptographic functions, you’ll need this package. Check out Key Management Service for DIDs in production environments.
-
@web5/credentials - Enable verification of your customer information, including information such as customer’s identity or whether a customer is on a sanctions list. Verifiable Credentials (VC) provide a decentralized and trustworthy way of verifying a customer.
-
@tbdex/http-server - Enable convenience methods for setting up routing and networking to facilitate your PFI.
Install SDKs
npm install @web5/dids@1.0.1
npm install @web5/credentials@1.0.1
npm install @tbdex/http-server@1.0.0
Import Classes
To send and receive tbDEX messages, import the following classes:
Was this page helpful?
Connect with us on Discord
Submit feedback: Open a GitHub issue
Edit this page: GitHub Repo
Contribute: Contributing Guide