Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@metamask/slip44

A simple mapping between slip44 identifiers and the associated metadata, parsed directly from that repository linked above.

Usage

const slip44 = require('@metamask/slip44');

const metadata = slip44['0']
assert.equals(metadata.name, 'Bitcoin');
interface Slip44 {
  [index:string]: {
    index: string;
    hex: string;
    symbol: string;
    name: string;
    link?: string;
  }
}

Updating

To automatically update from the slip44 doc, run ./generate.sh.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages