oasisprotocol / oasisprotocol/oasis-sdk

Implement (go) file-based signer implementations

Open
#330 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

c:client-sdk/go
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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.