Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keystore should be added to the account #10

Open
KimBin opened this issue Sep 12, 2017 · 2 comments
Open

keystore should be added to the account #10

KimBin opened this issue Sep 12, 2017 · 2 comments

Comments

@KimBin
Copy link

KimBin commented Sep 12, 2017

keystore should be added to the account. Because many places, are using keystore to backup and restore the wallet, I am solving this problem, after the completion of the amendment, I pull code

@jerychen1103
Copy link

jerychen1103 commented Jan 31, 2018

May I ask if the problem you described above has been solved? I also have this problem at the moment. Can you tell me how to generate keystore,thanks! @KimBin

@ricmoo
Copy link
Member

ricmoo commented Jan 31, 2018

A keystone can be generated using:

void (^callback)(NSString*) = ^(NSString *json) {
    NSLog(@"JSON: %@", json);
};
Cancellable *task = [account encryptSecretStorageJSON:password callback:callback];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants