Skip to main content
This package works with Node.js, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
88%
Published
a month ago (1.3.1)

Monero checker

Easy to use monero address checker for sub-addresses and standard addresses no regex bs.

Integrated address support will come later.

Installing

NPM

npm i monero-checker
bun i monero-checker

JSR with Deno

deno add jsr:@provsalt/monero-checker

Checking if address is valid

import {checkAddress} from "monero-checker";

console.log(checkAddress("something").isValid) // false

See the documentation in the source for more information on how to use the package.

Contributing

currently, integrated address doesn't validate for some reason. gotta fix this. would love if someone could help contribute.

Donating

Would be nice if you can tip me some monero if you liked the project, 856GjQgWDtbbWuwg97ZLuLiUEy9Nj3n9wD7grRE9nqPfQDw4iMCG9roZu3QvpHGzwwYCaFiayM45hZZb6GNawygH9NLQQbF

Add Package

deno add jsr:@provsalt/monero-checker

Import symbol

import * as monero_checker from "@provsalt/monero-checker";

---- OR ----

Import directly with a jsr specifier

import * as monero_checker from "jsr:@provsalt/monero-checker";

Add Package

npx jsr add @provsalt/monero-checker

Import symbol

import * as monero_checker from "@provsalt/monero-checker";

Add Package

yarn dlx jsr add @provsalt/monero-checker

Import symbol

import * as monero_checker from "@provsalt/monero-checker";

Add Package

pnpm dlx jsr add @provsalt/monero-checker

Import symbol

import * as monero_checker from "@provsalt/monero-checker";

Add Package

bunx jsr add @provsalt/monero-checker

Import symbol

import * as monero_checker from "@provsalt/monero-checker";