FuLink SDK
FuLink SDK is a software development kit designed to support privacy computing in the FuLink network.
Build & Install
Build Source
Copy
Install via npm
Copy
or
Copy
API docs
The Classes
FulinkHDWallet
: The module mainly includes interfaces for fulink wallet related operations.AccountManager
: The module mainly responsible for managing multiple Account objects. AccountManager is a property of the FulinkHDWallet wallet object.Account
: The module mainly includes interfaces for fulink wallet account related operations. Account is a property of the AccountManager object.Strategy
: The module is mainly used to encrypt user files for file uploading using private keys.
The Functions
Functions
: The module mainly includes interfaces for file encryption and uploading, as well as operations related to interacting with the blockchain.
Last updated