-
Notifications
You must be signed in to change notification settings - Fork 11
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
Creation of wallet #32
Comments
@llorllale/z please, pay attention to this issue |
|
@t-izbassar can we close this? |
@llorllale can you provide links on documentation or commits that are improving the understanding of the project? |
@t-izbassar this is all still a work-in-progress (even the spec itself).
This is the documentation we have for now, in this ticket, in the README, in the whitepaper, and in the zold project. It'll have to do for now. |
The
Wallets
interface has a method to create a newWallet
instance. In order to create Wallet we need header information:I'm not sure, that the
Wallets.create()
should accept that information through parameters. Who should maintain the ids? From where we will receive it? Through the constructor ofWalletsIn()
?The text was updated successfully, but these errors were encountered: