Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 05d71e4

Browse files
authored
📝 Update README.md
1 parent 4c4ae27 commit 05d71e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<img align="right" width="150" height="150" top="100" src="./assets/huff.png">
22

3+
> [!WARNING]
4+
> `huff-rs` (aka **legacy** huff) is deprecated and no longer maintained, go see [huff2](https://github.com/huff-language/huff2) for the renewed compiler.
5+
36
# huff-rs • [![ci](https://github.com/huff-language/huff-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/huff-language/huff-rs/actions/workflows/ci.yaml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Crates.io](https://img.shields.io/crates/v/huff-rs) ![Discord](https://img.shields.io/discord/980519274600882306)
47

58
> `huff-rs` is a [Huff](https://github.com/huff-language) compiler built in rust.
69
10+
711
## What is a Huff?
812

913
Huff is a low-level programming language designed for developing highly optimized smart contracts that run on the Ethereum Virtual Machine (EVM). Huff does not hide the inner workings of the EVM. Instead, Huff exposes its programming stack to the developer for manual manipulation.

0 commit comments

Comments
 (0)