Creation of wallet

Open
#32 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java

Research direction

Review the Wallets interface, Wallets.create(), and WalletsIn() mentioned in the issue, beginning with how wallet IDs and the required header fields are currently represented. Determine and document the creation contract for the wallet ID, network name, protocol version, and public RSA key; done means the ownership and source of each value, including the constructor-versus-parameter decision, are settled.

Written by the indexing model from the issue text.

Description

question

The Wallets interface has a method to create a new Wallet instance. In order to create Wallet we need header information:

  • wallet id
  • network name
  • protocol version
  • public RSA key.

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 of WalletsIn()?

Dominant language
Java
Stars
22
Forks
14
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from zold-io/java-api

All issues in zold-io/java-api

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.