1.0.2 • Published 1 year ago

sol-namor v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

sol-namor (alpha)

Looking at long, cryptic public keys or trying to remember them is painful.

This package solves that by generating fun (deterministic) human-readable names from Solana addresses — or uses the actual known name for popular addresses (for example, exchanges).

Install

npm i sol-namor

Usage

const { getSolanaName } = require("sol-namor");

const pubKey = "enter a solana public key here";

getSolanaName(pubKey);
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago