https://github.com/starkware-libs/starkware-starknet-utils
https://github.com/starkware-libs/starkware-starknet-utils
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkware-libs/starkware-starknet-utils
- Owner: starkware-libs
- License: apache-2.0
- Created: 2025-02-18T09:35:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-03T11:36:19.000Z (11 months ago)
- Last Synced: 2025-08-03T12:18:41.606Z (11 months ago)
- Language: Cairo
- Size: 1.55 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README

[](LICENSE)
# StarkWare Utils
## Table of contents
- [About](#about)
- [Disclaimer](#disclaimer)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Getting help](#getting-help)
- [Audit](#audit)
- [Security](#security)
## About
This repo holds the implementation of the Starknet apps common library (starkware_utils).
## Disclaimer
This is a work in progress.
## Dependencies
The project is built with [Scarb](https://docs.swmansion.com/scarb/) and [Starknet foundry](https://foundry-rs.github.io/starknet-foundry/index.html).
## Installation
To use this package in your project, add the following to your `Scarb.toml` file:
```toml
[dependencies]
starkware_utils = { git = "https://github.com/starkware-libs/starkware-starknet-utils" version = SOME_VERSION }
...other dependencies...
```
## Getting help
Reach out to the maintainer at any of the following:
- [GitHub Discussions](https://github.com/starkware-libs/starkware-starknet-utils/discussions)
- Contact options listed on this [GitHub profile](https://github.com/starkware-libs)
## Audit
Find the latest audit report in [docs/audit](docs/audit).
## Security
StarkWare Utils follows good practices of security, but 100% security cannot be assured. StarkWare Utils is provided "as is" without any warranty. Use at your own risk.
For more information and to report security issues, please refer to our [security documentation](https://github.com/starkware-libs/starkware-starknet-utils/blob/main/docs/SECURITY.md).