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

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philogy authored Oct 20, 2024
1 parent 4c4ae27 commit 05d71e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<img align="right" width="150" height="150" top="100" src="./assets/huff.png">

> [!WARNING]
> `huff-rs` (aka **legacy** huff) is deprecated and no longer maintained, go see [huff2](https://github.com/huff-language/huff2) for the renewed compiler.
# 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)

> `huff-rs` is a [Huff](https://github.com/huff-language) compiler built in rust.

## What is a Huff?

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.
Expand Down

0 comments on commit 05d71e4

Please sign in to comment.