Skip to content

ex10ded/starkware-starknet-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

310 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starknet

StarkWare Utils

Table of contents

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 and Starknet foundry.

Installation

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...

Getting help

Reach out to the maintainer at any of the following:

Audit

Find the latest audit report in 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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 97.4%
  • Python 2.6%