Skip to main content

Built and signed on GitHub Actions

Audited & minimal implementation of Starknet cryptography including Pedersen and Stark Curve

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
76%
Published
3 months ago (1.1.1)

Add Package

deno add jsr:@scure/starknet

Import symbol

import { type PoseidonFn } from "@scure/starknet";
or

Import directly with a jsr specifier

import { type PoseidonFn } from "jsr:@scure/starknet";

Add Package

pnpm i jsr:@scure/starknet
or (using pnpm 10.8 or older)
pnpm dlx jsr add @scure/starknet

Import symbol

import { type PoseidonFn } from "@scure/starknet";

Add Package

yarn add jsr:@scure/starknet
or (using Yarn 4.8 or older)
yarn dlx jsr add @scure/starknet

Import symbol

import { type PoseidonFn } from "@scure/starknet";

Add Package

npx jsr add @scure/starknet

Import symbol

import { type PoseidonFn } from "@scure/starknet";

Add Package

bunx jsr add @scure/starknet

Import symbol

import { type PoseidonFn } from "@scure/starknet";