Precompiled Contracts in Neon: A Case Study of ERC-20 Wrapper

This page summarizes the projects mentioned and recommended in the original post on /r/neonlabsorg

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. evm

    Pure Rust implementation of Ethereum Virtual Machine

    The Neon EVM core program is based on the Sputnik VM, an implementation of the Ethereum Virtual Machine written in Rust. Sputnik VM includes a feature to embed third-party Rust code that can be invoked from Ethereum contracts. This embedded code is known as a “precompiled contract”.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. neon-evm

    The Solidity contract

  4. rust

    Empowering everyone to build reliable and efficient software.

    The Neon EVM core program is based on the Sputnik VM, an implementation of the Ethereum Virtual Machine written in Rust. Sputnik VM includes a feature to embed third-party Rust code that can be invoked from Ethereum contracts. This embedded code is known as a “precompiled contract”.

  5. openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

    The ERC-20 Wrapper’s Solidity contract code includes the IERC-20 Interface with its standard functions and events, and the Neon code extends this Interface with its own functions, implementing only the constructor and the fallback function.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rust Let-Chains Stabilized

    1 project | news.ycombinator.com | 23 Apr 2025
  • Harnessing Warp Terminal: Integrating AI and IDE-like Features into Your Workflow

    1 project | dev.to | 18 Apr 2025
  • Two Years of Rust

    1 project | news.ycombinator.com | 15 Apr 2025
  • A surprising enum size optimization in the Rust compiler

    3 projects | news.ycombinator.com | 10 Apr 2025
  • Rustc Implements "Super Let"

    1 project | news.ycombinator.com | 10 Apr 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?