SkillAgentSearch skills...

Starknet.js

JavaScript library for StarkNet

Install / Use

/learn @starknet-io/Starknet.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- logo --> <p align="center"> <img width='300' src="https://user-images.githubusercontent.com/2848732/226624229-7f1e5f8b-c550-47d4-85b2-5c90aee22417.png"> </p> <!-- primary badges --> <p align="center"> <a href="https://github.com/starknet-io/starknet.js/actions"> <img src="https://github.com/starknet-io/starknet.js/actions/workflows/manual-release.yml/badge.svg"> </a> <a href="https://www.npmjs.com/package/starknet"> <img src='https://img.shields.io/npm/v/starknet' /> </a> <a href="https://www.npmjs.com/package/starknet"> <img src='https://img.shields.io/npm/v/starknet/next' /> </a> <a href="https://bundlephobia.com/package/starknet"> <img src='https://img.shields.io/bundlephobia/minzip/starknet?color=success&label=size' /> </a> <a href="https://www.npmjs.com/package/starknet"> <img src='https://img.shields.io/npm/dt/starknet?color=blueviolet' /> </a> <a href="https://github.com/starknet-io/starknet.js/blob/main/LICENSE/"> <img src="https://img.shields.io/badge/license-MIT-black"> </a> <a href="https://github.com/starknet-io/starknet.js/stargazers"> <img src='https://img.shields.io/github/stars/starknet-io/starknet.js?color=yellow' /> </a> <a href="https://starkware.co/"> <img src="https://img.shields.io/badge/powered_by-StarkWare-navy"> </a> <a href="https://twitter.com/starknetjs"> <img src="https://img.shields.io/badge/follow_us-Twitter-blue"> </a> <a href="https://www.drips.network/app/projects/github/starknet-io/starknet.js" target="_blank"> <img src="https://www.drips.network/api/embed/project/https%3A%2F%2Fgithub.com%2Fstarknet-io%2Fstarknet.js/support.png?background=light&style=github&text=project&stat=none" alt="Support starknet.js on drips.network" height="20"> </a> </p>

Installation

# latest official release (main branch)
$ npm install starknet

# or for latest pre-release version (develop branch)
$ npm install starknet@next

# or for latest beta release version (beta branch)
$ npm install starknet@beta

Import starknet and use the API.

🌐 Documentation

How to Guides :book: & API 💻

Play with Code Examples :video_game:

✏️ Contributing

If you consider to contribute to this project please read CONTRIBUTING.md first.

You can also join our dedicated channel for Starknet.js on the Starknet Discord

❤️ Special Thanks

Special thanks to all the contributors, especially to:

...and of course the StarkWare team for their dedicated support!

This library would not be possible without these rockstars.

📜 License

Copyright (c) 2026 StarkWare

Licensed under the MIT license.

Related Skills

View on GitHub
GitHub Stars1.3k
CategoryDevelopment
Updated9d ago
Forks836

Languages

TypeScript

Security Score

100/100

Audited on Mar 15, 2026

No findings