Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/focustree/starknet.dart
Mobile SDK for StarkNet ✨
https://github.com/focustree/starknet.dart
dart flutter starknet
Last synced: 8 days ago
JSON representation
Mobile SDK for StarkNet ✨
- Host: GitHub
- URL: https://github.com/focustree/starknet.dart
- Owner: focustree
- License: mit
- Created: 2022-06-29T16:46:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T08:55:24.000Z (19 days ago)
- Last Synced: 2024-10-28T13:31:11.694Z (11 days ago)
- Topics: dart, flutter, starknet
- Language: Dart
- Homepage: https://starknetdart.dev
- Size: 19.6 MB
- Stars: 29
- Watchers: 6
- Forks: 27
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-starknet - starknet.dart - Dart library for mobile. (Additional developer resources)
README
# starknet.dart
The goal of this SDK is to be able to interact with Starknet smart contracts in a type-safe way.
You can also call the JSON-RPC endpoint exposed by the Starknet full nodes (see the [specs](https://github.com/starkware-libs/starknet-specs)).
📚 [docs](https://starknetdart.dev)
💬 [telegram chat](https://t.me/+CWezjfLIRYc0MDY0)
🎯 [roadmap](https://github.com/orgs/focustree/projects/1)
🧑💻 [how to contribute](https://starknetdart.dev/how-to-contribute)
## Motivation
Starknet is a revolution in the web3 world: it allows to [scale Ethereum](https://docs.ethhub.io/ethereum-roadmap/layer-2-scaling/zk-rollups/) and offers the best possible UX, thanks to its unique features like [account abstraction](https://www.argent.xyz/blog/wtf-is-account-abstraction/) or [session keys](https://github.com/dontpanicdao/starknet-burner).
But web3 mainstream adoption won't happen unless decentralized applications go to mobile.
That's why it's a priority to **build the best possible Starknet SDK for dart applications**, thus unlocking the era of Flutter mobile apps on Starknet.