oasisprotocol / oasisprotocol/cli
First time startup wizard
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 80
- Forks
- 23
- Avg merge
- 9h 43m
- Merged PRs (30d)
- 3
Description
Hackathoners always use Testnet and typically have an existing Metamask wallet to import. Let's speed up their bootstrapping time and try to teach them sth while doing so.
Add Oasis CLI start up wizard:
- Which network do you prefer?
- Testnet (dApp developers)
- Mainnet (other users)
- Import an existing account?
- import an existing Ethereum-compatible or Oasis-native keypair (initiates wallet import)
- create a new Ethereum-compatible keypair (initiates wallet create --kind secp256k1)
- create a new Oasis-native keypair (initiates wallet create --kind ed25519)
- none, I will manage my accounts later
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Oasis CLI startup path and inspect how the existing wallet import and wallet create --kind secp256k1/ed25519 commands are invoked. Implement the network and account choices listed in the issue, including the no-account path; done means each selection reaches the corresponding flow and the Testnet/Mainnet preference is applied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100