Prerequisites
This page provides information on the prerequisites that need to be fulfilled in order to use the UniBridge SDK accurately.
The implementation necessitates a properly configured blockchain provider and signer instance for your project, as demonstrated in the ensuing examples:
provider:
signer:
To instantiate signer objects, ensure secure provision of your private key. It is imperative to safeguard your private key with utmost care. For instances:
private key for lender:
private key for renter:
If any prerequisites are not specified in this page, please refer to the protocol overview documentation or contact information page for additional information.
Last updated