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

[Bug] : Stronghold secretmanager does not work? #1254

Closed
drtwodog opened this issue Oct 7, 2023 · 2 comments
Closed

[Bug] : Stronghold secretmanager does not work? #1254

drtwodog opened this issue Oct 7, 2023 · 2 comments

Comments

@drtwodog
Copy link

drtwodog commented Oct 7, 2023

Hello,

I try to use you example whith nft and DiD - I wanted to use the Stronghold Secret Manager instead of the Mnemonic

//DID Test
    const secretManager: StrongholdSecretManager = {
        stronghold: {
            password: process.env.STRONGHOLD_PASSWORD,
            snapshotPath: xxxx
        }
    };

... //code from your example

carDocument = await didClient.publishDidOutput(secretManager, carDidAliasOutput);

Error: unknown variant stronghold, expected one of Mnemonic, HexSeed, Placeholder at line 1 column 65

Why is stronghold not foreseen?

Regards,

@abdulmth
Copy link
Contributor

We use Wasm to provide JS/TS bindings, and we use the Wasm bindings of the SDK library, which mean you can run everything in the browser. This has the disadvantage, that you can't use Stronghold since stronghold doesn't run in the browser.

@eike-hass
Copy link
Collaborator

closing in favor of #1269

@eike-hass eike-hass closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2023
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