Home

Awesome

<!-- 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> </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) 2024 StarkWare

Licensed under the MIT license.