Skip to content

focustree/starknet.dart

Repository files navigation

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

📚 docs

💬 telegram chat

🎯 roadmap

🧑‍💻 how to contribute

Motivation

Starknet is a revolution in the web3 world: it allows to scale Ethereum and offers the best possible UX, thanks to its unique features like account abstraction or session keys.

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.