-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86debd4
commit f9b7ba5
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,15 @@ | |
|
||
**A library for secure smart contract development** written in Cairo for [Starknet](https://starkware.co/product/starknet/), a decentralized ZK Rollup. | ||
|
||
> **Warning** | ||
> [!WARNING] | ||
> This repo contains highly experimental code. | ||
> It has no code coverage checks. | ||
> It hasn't been audited. | ||
> **Use at your own risk.** | ||
Check failure on line 12 in README.md GitHub Actions / Lint and testBlank line inside blockquote
|
||
> [!TIP] | ||
> :mage: **Not sure how to get started?** Check out [Contracts Wizard for Cairo](https://wizard.openzeppelin.com/cairo) — an interactive smart contract generator. | ||
## Usage | ||
|
||
> **Warning** | ||
|