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 --versionQuick 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.jsonComponents
- 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