![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Huff is a low-level programming language, designed for developing highly optimized smart contracts that run on the Ethereum Virtual Machine. Huff does not hide the inner-workings of the EVM, instead, directly exposing its programming stack to the developer for manual manipulation.
Rather than having functions, Huff has macros - individual blocks of bytecode that can be rigorously tested and evaluated using the Huff runtime testing suite.
Originally developed by the Aztec Protocol team, Huff was developed to write Weierstrudel, an on-chain eliptical curve arithmetic library that required code so optimized, that it could not be written in Solidity, or even Yul.
While Huff can be used by EVM experts to design highly-efficient smart contracts for use in production, it can also serve as a way for beginners to learn more about the Ethereum Virtual Machine, projects built on it, and languages made for it.
"Hello World" in Huff:
#define macro MAIN() = takes (0) returns (0) {
0x48656c6c6f2c20776f726c6421 0x00 mstore // Store "Hello, World!" in memory.
0x1a 0x00 return // Return 26 bytes starting from memory pointer 0.
}
To run this project, install it using npm
npm install -g huffc
To compile a contract and output its bytecode, simply run
huffc filename.huff --bytecode
For a full list of arguments, run
huffc --help
FAQs
A low level programming language for the Ethereum Virtual Machine
The npm package huffc receives a total of 0 weekly downloads. As such, huffc popularity was classified as not popular.
We found that huffc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.