openzeppelin_account 0.19.0
OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts-cairo/0.19.0/api/account
This crate provides components to implement account contracts that can be used for interacting with the network.
Account
validates transactions from signatures over the
STARK Curve.
EthAccount
validates transactions from signatures over the
Secp256k1 curve.
Version 0.19.0
Uploaded 1 week ago
Size 14.2 KB
Run the following command in your project dir
scarb add openzeppelin_account@0.19.0
Or add the following line to your Scarb.toml
openzeppelin_account = "0.19.0"
Repository github.com/OpenZeppelin/cairo-contracts
Documentation docs.openzeppelin.com/contracts-cairo