oasisprotocol / oasisprotocol/oasis-sdk
Implement (go) file-based signer implementations
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 90
- Forks
- 35
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 5
Description
oasis-sdk should provide go file-based singers (similar as the one in oasis-core for ed25519), so that there is a standardized way for apps to load file-based signers.
-
ed25519(can probably just wrap the oasis-core one) -
secp256k1 -
sr25519
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 by reading the referenced oasis-core file-based signer implementation at go/common/crypto/signature/signers/file/file_signer.go and inspect how oasis-sdk organizes its Go signing code. The work is complete when standardized file-based signer implementations are provided for ed25519, secp256k1, and sr25519, with ed25519 able to wrap the oasis-core implementation if appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- blockchain, cryptography
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100