Install starknet with npm
# latest official release (main branch)
$ npm install starknet
# or for latest pre-release version (develop branch):
$ npm install starknet@next
Import starknet
and use the API
Please refer to the following code example here
Guides can be found here
- Argent X - the first StarkNet wallet
- Braavos - your new wallet on top of StarkNet
- React + Starknet.js boilerplate
- AMM Demo
- mySwap - the first DeFi app to launch on StarkNet
If you consider to contribute to this project please read CONTRIBUTING.md first.
Special thanks to all the contributors, especially to:
Janek (@janek26) and Axel (@delaaxe) from Argent
Miljan (@MilGard91) from Shard Labs
Dhruv (@dhruvkelawala) from Jedi Swap
and of course the StarkWare team for their dedicated support!
This library would not be possible without these rockstars.
Copyright (c) 2022 0xs34n
Licensed under the MIT license.