- About
- Disclaimer
- Dependencies
- Installation
- Build and Test
- Implementation specification
- Audit
- Security
This repo holds the implementation of Staknet Payments contracts.
Payments is a work in progress.
- Cairo dependencies such as Scarb and Starknet foundry - install using starkup.
Clone the repo and from within the projects root folder run:
curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | shBuild the contracts from the repo root:
scarb build
To run the tests, execute:
scarb testSpecs document found here
Find the latest audit report in docs/audit.
Starknet Payments follows good practices of security, but 100% security cannot be assured. Starknet Payments 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.