lfglabs-dev / starknetid.js

A typescript SDK to retrieve all the on-chain data that you need from Starknet ID
MIT License
1 stars 0 forks source link

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