starkware_utils 0.1.1
This repo holds the implementation of the Starknet apps common library (starkware_utils).
This is a work in progress.
The project is built with Scarb and Starknet foundry.
To use this package in your project, add the following to your Scarb.toml
file:
[dependencies]
starkware_utils = { git = "https://github.com/starkware-libs/starkware-starknet-utils" version = SOME_VERSION }
...other dependencies...
Reach out to the maintainer at any of the following:
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.
Version 0.1.1
Uploaded 1 week ago
Size 66.2 KB
Run the following command in your project dir
scarb add starkware_utils@0.1.1
Or add the following line to your Scarb.toml
starkware_utils = "0.1.1"