Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 777 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 777 Bytes

Starknetid.js

Starknetid.js is a JavaScript library that facilitates interaction with the Starknet.id protocol. Whether you're a dApp developer or a blockchain enthusiast, this library provides utility functions to seamlessly integrate Starknet.id into your projects.

🔗 Full documentation of the package

Get started

Installation

# using npm
npm install starknetid.js starknet@next

# using yarn
yarn install starknetid.js starknet@next

Development

You need Node and pnpm installed. Make sure to clone this repo and run:

pnpm install
pnpm build

To start watching for changes, run:

pnpm dev

and open http://localhost:5173/

Running tests

For running tests:

pnpm test