decipherhub / decipherhub/cipherbft

Placeholder BIP-44 coin type needs SLIP-0044 registration

Open
#142 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
9
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The BIP-44 coin type uses a placeholder value that should be registered with SLIP-0044 for production.

**Location:**
https://github.com/decipherhub/cipherbft/blob/main/crates/crypto/src/mnemonic/derive.rs#L16

```rust
/// Uses 8888 as a placeholder. In production, this should be registered
/// with SLIP-0044 if the project becomes widely adopted.
pub const CIPHERBFT_COIN_TYPE: u32 = 8888;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.