starknet-io / starknet.js

JavaScript library for StarkNet

Home Page:https://www.starknetjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🕹️ Usage

Install starknet with npm

# 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.

🌐 API

Click Here

Please refer to the following code examples here! 🎮

Guides can be found here 📖

✏️ 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) 2023 StarkWare

Licensed under the MIT license.

About

JavaScript library for StarkNet

https://www.starknetjs.com

License:MIT License


Languages

Language:TypeScript 95.1%Language:Cairo 3.5%Language:JavaScript 1.2%Language:CSS 0.2%