1.0.3 • Published 4 years ago

ssb-vanity v1.0.3

Weekly downloads
7
License
AGPL-3.0
Repository
github
Last release
4 years ago

SSB-Vanity

Generate custom vanity public keys for Secure Scuttlebutt (SSB).

Usage

const ssbVanity = require('ssb-vanity')

const myKeys = ssbVanity((keys) =>
  keys.public.startsWith('SSB')
)

console.log(myKeys)
{
  curve: 'ed25519',
  public: 'SSBzcRZYPjtP5rSIezMgHKiSU0lgdKcJnoHOt0ZFvo4=.ed25519',
  private: 'aCXph8K5LqiqS3G2nWYQhPAEH4WzLiHoUL7uYpr/yttJIHNxFlg+O0/mtIh7MyAcqJJTSWB0pwmegc63RkW+jg==.ed25519',
  id: '@SSBzcRZYPjtP5rSIezMgHKiSU0lgdKcJnoHOt0ZFvo4=.ed25519'
}

Installation

With npm:

npm install ssb-vanity

With yarn:

yarn add ssb-vanity

License

AGPL-3.0

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago