> _Note that `ziggy-starkdust` is still experimental. Breaking changes will be made before the first stable release. The library is also NOT audited or reviewed for security at the moment. Use at your own risk._
## ๐ฆ Installation
### ๐ Prerequisites
- [Zig](https://ziglang.org/)
Alternatively, if you have [nix](https://nixos.org/) installed, you can get the full development environment `nix develop`.
- Also you need installed python, so we can compile cairo0 programs in benchmarks/integration tests, to insatll them just run:
```bash
make deps
```
if u got macos:
```bash
make deps-macos
```
- After you need compile all cairo0 programs, to use test or benchmarks:
```bash
make compile-cairo-programs
```
## โก Wanna get up to speed fast?