NuLink SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
NuLink SDK is a software development kit designed to support privacy computing in the NuLink network.
select a configuration file of your usage environment
Development Environment (.env.dev)
Production Environment (.env.prod)
Custom Environment (.env.example)
Rename configuration file to .env
for Development Environment: rename .env.dev to .env
for Production Environment: rename .env.prod to .env
for Custom Environment: rename .env.example to .env,
Set configuration for a custom environment
or
NulinkHDWallet
: The module mainly includes interfaces for nulink wallet related operations.
AccountManager
: The module mainly responsible for managing multiple Account objects. AccountManager is a property of the NulinkHDWallet wallet object.
Account
: The module mainly includes interfaces for nulink 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.
Functions
: The module mainly includes interfaces for file encryption and uploading, as well as operations related to interacting with the blockchain.
See to get how to use NuLink SDK.