You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the sdk is used to start multiple services, the generated private keys are distributed on each service, which has many problems.
If the private key can be exported and stored in the public area, I can import it for use when needed. For example, before using the transfer method, I first import the private key, such as providing methods such as sui.importPri("XXX")
If the sdk is used to start multiple services, the generated private keys are distributed on each service, which has many problems.
If the private key can be exported and stored in the public area, I can import it for use when needed. For example, before using the transfer method, I first import the private key, such as providing methods such as sui.importPri("XXX")