Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@AbdelStark AbdelStark released this 15 Jul 16:44
· 36 commits to main since this release

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