Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.61 KB

README.md

File metadata and controls

35 lines (27 loc) · 2.61 KB

awesome-alloy

A curated list of resources for the Alloy programming framework. Feel free to contribute to this repository!

Main Repository

Documentation

  • Alloy Book - The official guidebook for Alloy.
  • Alloy Docs - Detailed API documentation and developer resources for Alloy.

Related Projects

  • Reth - A modular and high-performance Ethereum protocol implementation.
  • Revm - Just-In-Time and Ahead-Of-Time compiler for the Ethereum Virtual Machine, based on Revm technology.

Development Tools

  • Foundry - A robust, modular toolkit for Ethereum developers, designed in Rust.
  • Rbuilder - Rbuilder is an advanced, high-speed block builder for Ethereum MEV-Boost,

Libraries

  • AMMS-rs - A Rust library facilitating interaction with automated market makers on Ethereum-compatible chains.
  • Chains - Canonical type definitions for EIP-155 chains, central to network interoperability.
  • Optimism Alloy Types - Types specific to the Optimism alloy, enhancing compatibility and performance.
  • Alloy Core - Core libraries for Ethereum, featuring high performance, rigorous testing, and comprehensive documentation.
  • Alloy ERC-20 - A library for interfacing with ERC-20 contracts using Alloy, implemented in Rust for efficient contract interaction.
  • ERC-3770 - A library for the ERC-3770 standard, providing efficient and secure address handling in Ethereum.

Network and Infrastructure

  • Alloy MEV - An Alloy-based transport layer for submitting transaction bundles via Flashbots.
  • Alphanet - Reth AlphaNet, a testnet OP Stack-compatible rollup designed to test and explore cutting-edge Ethereum research.

Zero-Knowledge Proofs

  • SP1 - A high-performance, fully open-source zero-knowledge virtual machine designed for developers and researchers.

Example Code

  • Examples - Sample code demonstrating the use of Alloy and Alloy-core libraries.