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
It turns out the keystorev3 format works completely fine with a private key for the Babyjubjub curve. As such we don't need to include the actual key management capability, but instead encourage clients to use an existing solution like that demonstrated in the integration test (/go-sdk/integration-test/e2e_test.go)
Similar to Ethereum v3 key files to persist encrypted private keys, save the private key in a JSON file like below:
The text was updated successfully, but these errors were encountered: