Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keep-starknet-strange/starknet-zig
- Owner: keep-starknet-strange
- License: mit
- Created: 2023-10-19T08:53:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T22:23:09.000Z (9 months ago)
- Last Synced: 2024-05-19T05:24:06.790Z (7 months ago)
- Topics: starknet, ziglang
- Language: Zig
- Homepage:
- Size: 1.66 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starknet - starknet-zig - Starknet library in Zig. (Additional developer resources)
README
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/)