-
Notifications
You must be signed in to change notification settings - Fork 19
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
docs — seed
option
#76
Comments
Hi @nichoth, I do not believe this is required, if it's present it gets used, if not, no big deal and it seems like it really appears mainly in tests tbh. Looks like it gets added to the config and can be found at i think it also gets used when generating keys in the |
thanks @austinfrey . So it is used to create the keys for ssb and also |
Although it looks like you do need to pass in something as config. I made an example repo showing how to use this -- https://github.com/nichoth/ss-example/blob/main/index.js#L29 -- and if you call it without the
|
@nichoth you might also try passing in keys
|
The tests show passing in an option
seed
tocreate
--https://github.com/ssb-js/secret-stack/blob/113efba0cfba73a6eebce8aa01b18d7d6ae5f3d2/test/server.js#L31
but I can't figure out what that is used for. Is it required?
The text was updated successfully, but these errors were encountered: