Edky (pronounced ed-key) converts Ed25519 public keys between various encoding formats.
- Available both as the command-line tool
edkyand as a polyglot library. - Supports the Base16, Base32z, Base58, Base64, and Multibase encodings.
- Provides interop between ASIMOV, IPFS, Iroh, libp2p, NEAR, OpenSSH, etc.
- Polyglot software available for Dart, Python, Ruby, Rust, and TypeScript.
- Cuts red tape: 100% free and unencumbered public domain software.
Installation from Crates.io
cargo add edkyInstallation from NPM
npm install edky.js
bun add edky.js
pnpm add edky.js
yarn add edky.jsInstallation from Pub.dev
dart pub add edky
flutter pub add edkyInstallation from PyPI
pip install -U edky
uv add edky
poetry add edky
pdm add edkyInstallation from RubyGems
gem install edky
bundle add edkygit clone https://github.com/artob/edky.git