Usage
⚠️ WARNING!⚠️ This repo contains highly experimental code.
Expect rapid iteration.
Use at your own risk.
Set up the project
📦 Install the requirements
⛏️ Compile
protostar build
🌡️ Test
# Run all tests
protostar test
# Run only unit tests
protostar test tests/units
# Run only integration tests
protostar test tests/integrations
💋 Format code
cairo-format -i src/**/*.cairo tests/**/*.cairo
📄 License
starkvest is released under the MIT.
Full Changelog: https://github.com/abdelhamidbakhta/starkvest/commits/v0.0.1