Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Bought 4,277 BTC, is 10K next? How STRC Boosts MSTR’s Bitcoin Moves!

2026-03-07

Analyst Says Bitcoin’s $200,000 Target Remains Open, But There Is a More Realistic Goal

2026-03-07

Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

2026-03-07
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    AINFT extends multi-chain AI services with BNB chain integration

    2026-03-07

    CMC Markets Begins 24/7 Blockchain Settlements with JP Morgan’s Kinexys

    2026-03-07

    Chainlink helped Visa, ANZ and Fidelity do what banks have been trying to do for years

    2026-03-06

    Nine group partners with Rocket IDO to advance RWA’s cross-chain liquidity, powered by Web3 Launchpad

    2026-03-06

    Vision Chain uses Bitpanda Enterprise to drive scalable tokenization across Europe

    2026-03-06
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04

    De deadline voor stablecoins van het Witte Huis verstrijkt terwijl de CLARITY Act vastloopt

    2026-03-03
  • Analysis

    Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

    2026-03-07

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06

    ‘Good Times Have Arrived’ – Trader Michaël van de Poppe Says the Bitcoin Bear Phase is Over – Here Are His Goals

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»R3E Network unveils the Neo Solidity compiler project for Neo N3
Blockchain

R3E Network unveils the Neo Solidity compiler project for Neo N3

2026-02-13No Comments3 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Jimmy Liao, a core developer and founder of R3E Network, has revealed that he is working on a Neo Solidity Compiler, a tool that compiles Solidity 0.8.x smart contracts into Neo N3 bytecode. The project allows developers to write contracts in Solidity and deploy them on the Neo N3 blockchain.

What is Neo-solidity?

The Neo Solidity Compiler translates Solidity smart contracts into Neo N3-compatible bytecode and manifest files. The compiler is written primarily in Rust and includes testing infrastructure for both basic and advanced Solidity features. The project documentation states that the goal is to enable Ethereum developers to build on Neo N3 using their existing Solidity knowledge, rather than learning Neo’s native smart contract languages.

The compiler accepts Solidity 0.8.x source code and runs Neo N3s .nef bytecode files and .manifest.json files. It detects ERC token standard patterns (ERC-20, ERC-721) in Solidity contracts and maps them to Neo’s equivalent standards (NEP-17, NEP-11).

Developers can choose from four optimization levels (0-3) when putting together contracts. The tool works via a command-line interface and includes scaffolding for integration with Hardhat and Foundry, two development frameworks commonly used in Ethereum development.

Neo Solidity differs from the Neo Neo Solidity, on the other hand, compiles Solidity’s source code into Neo N3-compatible bytecode, allowing contracts to be deployed natively on the main Neo N3 network rather than on a separate EVM-compatible chain.

Technical architecture

The compilation process converts the Solidity source code to an intermediate Yul representation and then performs semantic analysis for type checking and validation. A multi-level optimizer applies Neo-specific transformations before the code generator produces NeoVM bytecode and manifest files.

See also  Soonchain works together with Fluxai to transform creativity into web3 gaming

The compiler includes a runtime library that provides memory management, save operations, ABI encryption, and cryptographic functions designed to emulate EVM behavior within Neo’s execution environment.

A detailed technical design specification is available in the project repository for developers interested in the compiler’s internal architecture and implementation decisions.

Example contracts

The repository contains several sample contracts that demonstrate the compiler’s functionality. WGAS is a packaged GAS token implementation that follows the WETH9 pattern and is NEP-17 compliant. FlashLoan implements an Aave V2 style flash loan pool with fees of 0.09%. SimpleAMM is an automated market maker with constant products, based on the design of Uniswap V2.

Additional examples include TokenVesting, which offers linear vesting schedules similar to OpenZeppelin’s VestingWallet; SimpleLending, which customizes the mechanics of Compound’s single-asset lending pool; and SimpleDAO, which implements MolochDAO-style governance with staking and proposals.

According to the project documentation, all sample contracts have been implemented and tested with state-changing operations on Neo Express, Neo’s local development environment.

Development status

The project documentation shows that the core compiler is approximately 85% complete and is described as production ready. The runtime library is listed at 75% completion, developer tools at 70% with a fully functional CLI, and documentation at 80% completion.

The project documentation lists several current limitations. Function overloading is partially supported: functions can be overloaded with different argument numbers using signature mangled names, but overloading with the same number of arguments is rejected. EVM calling options such as {gas: ...} And {value: 0} are accepted but ignored; Non-zero value transfers require the use of NEP-17 native calls. Gas accounting is accessed via per-syscall gas hints, with reimbursements at the opcode level being approximately 80% accurate.

See also  TaskOn partners with Athene Network to enable Web3 Quests and Airdrops

The documentation recommends TestNet validation before MainNet deployment.

The technical design specification can be found here, while the pull project repository can be found below:
https://github.com/r3e-network/neo-solidity/tree/main

Source link

Compiler Neo Network Project R3E Solidity unveils
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

AINFT extends multi-chain AI services with BNB chain integration

2026-03-07

CMC Markets Begins 24/7 Blockchain Settlements with JP Morgan’s Kinexys

2026-03-07

Chainlink helped Visa, ANZ and Fidelity do what banks have been trying to do for years

2026-03-06

Nine group partners with Rocket IDO to advance RWA’s cross-chain liquidity, powered by Web3 Launchpad

2026-03-06
Add A Comment

Comments are closed.

Top Posts

How a digital artist used Chat GPT to create a $50 million meme coin

2023-05-03

The weekly winners and losers of the Crypto market: OM, BONK, HNT, FET

2024-11-17

Bitcoin: Rising spot ETF frenzy is impacting these areas

2023-10-30
Editors Picks

Self -spreading malware found in Privacy Crypto Dero

2025-05-30

Bitcoin’s liquidity indicator just lit up, a big move coming?

2025-11-12

$60K or $67K – Bitcoin’s next price target could depend on this trend

2024-08-03

Courts Approve $2,700,000,000 Binance Settlement With CFTC – CZ Will Personally Pay $150,000,000

2023-12-20

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Bought 4,277 BTC, is 10K next? How STRC Boosts MSTR’s Bitcoin Moves!

Analyst Says Bitcoin’s $200,000 Target Remains Open, But There Is a More Realistic Goal

Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.