Skip to content

Neo DevPack for Solidity v0.30.3

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:54

Neo DevPack for Solidity Release

What's New

  • Complete Solidity-to-NeoVM compilation system
  • Full Neo N3 devpack with syscalls and NEP standards
  • Professional developer tooling with Hardhat/Foundry integration
  • Production-ready with comprehensive testing and validation

Installation

# Download Linux x64 binary
curl -L https://github.com/r3e-network/neo-devpack-solidity/releases/latest/download/neo-solc-linux-x64 -o neo-solc
chmod +x neo-solc

# Verify installation
./neo-solc --version

Quick Start

# Compile Solidity to Neo N3 contract
./neo-solc MyContract.sol -o MyContract

# Deploy to Neo blockchain
neo-cli contract deploy MyContract.nef MyContract.manifest.json

Components

  • neo-solc: Core Solidity-to-NeoVM compiler
  • devpack: Complete Neo N3 development framework
  • examples: Production-ready contract examples
  • tooling: Hardhat and Foundry integration

Author

Jimmy jimmy@r3e.network