openzeppelin_account 4.0.1

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup

Readme

Account

NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts-cairo/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.

Interfaces

Components

Metadata

Version 4.0.1

Uploaded 2 weeks ago

License non‑standard

Cairo version ^2.18.0

Size 13.3 KB

Installation

Run the following command in your project dir

scarb add openzeppelin_account@4.0.1

Or add the following line to your Scarb.toml

openzeppelin_account = "4.0.1"

Monthly downloads

Links

Keywords

  • openzeppelin
  • starknet
  • contracts
  • standards
  • account

Owners