Documentation Index
Fetch the complete documentation index at: https://docs.fuse.io/llms.txt
Use this file to discover all available pages before exploring further.
Initialization
Theinit method is a fundamental feature of the SDK that enables you to setup a wallet & authenticate the user’s provided credentials. The method requires the use of a PRIVATE_KEY which you can get in the Fuse Developer Console here. When you send a request to the server using this method, it verifies the credentials and if the credentials are valid, developers can use the getSender() to return an address.