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
First of all, thank you for your reply amidst your busy schedule
We have been using Alice for three years and it is indeed a great open source project.
Thank you very much if you can support more curves. If so, can we support Neo's threshold signature?
thanks !!!
HI, @cychuang0924
Yes, using p256 for the final tx signature should be fine, but it seems that Neo used a private key when building the account object, so I'm not sure if it's mandatory. Although this may not be related to Alice, if you know, you can let me know.
If creating account must involve a private key, then you can combine the private key from shares to obtain this requirement.
But, you can check that if it is actually possible to generate an address using just the public key. If it is, then you can write a new function with the input "public key". Since in most cases, the account address is generated by the public key.
We have been using Alice for three years and it is indeed a great open source project.
Thank you very much if you can support more curves. If so, can we support Neo's threshold signature?
thanks !!!
Originally posted by @CodeLion66 in #252 (comment)
The text was updated successfully, but these errors were encountered: