Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keep-starknet-strange/starknet-zig

Starknet library in Zig
https://github.com/keep-starknet-strange/starknet-zig

starknet ziglang

Last synced: 21 days ago
JSON representation

Starknet library in Zig

Awesome Lists containing this project

README

        


Logo

starknet-zig

> _Note that `starknet-zig` 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/)

## Usage

```bash
zig build run
```

### 🛠️ Testing

```bash
zig build test --summary all
```

## 📄 License

This project is licensed under the MIT license.

See [LICENSE](LICENSE) for more information.

Happy coding! 🎉

## 📚 Resources

Here are some resources to help you get started:

- [Starknet Docs](https://docs.starknet.io/)
- [Starknet Book](https://book.starknet.io/)