Crate cairo_lang_starknet
source ·Expand description
Starknet capabilities and utilities on top of Cairo.
Starknet is a smart contract platform that enables developers to build and deploy smart contracts on a permissionless Layer 2 network, secured by Ethereum using validity proofs.
Learn more at starkware.io.
Modules
Enums
- NestedIntList is either a list of NestedIntList or an integer. E.g.,
[0, [1, 2], [3, [4]]]
.
Functions
- Get the suite of plugins for compilation with StarkNet.