https://docs.fuel.network/docs/intro/what-is-fuel/
https://github.com/FuelLabs/sway
tried version: fuelup 0.27.3 with forc 0.68.9
The FuelVM learns from the Ethereum ecosystem. It implements improvements suggested to the Ethereum VM (EVM) for many years that couldn’t be implemented due to the need to maintain backward compatibility, including parallel transaction execution and multiple native assets.
git clone https://github.com/Neal-C/exploring_fuel_and_sway.gitdocker build -t neal-c-sway:latest .docker run --name neal-c-sway neal-c-sway:latestRequirements: Rust >= 1.88.0, fuelup = 0.27.3, forc = 0.68.9
Rust installation instructions: https://www.rust-lang.org/tools/install
fueulup installation instructions: https://docs.fuel.network/guides/installation/
forc installation instructions: should be installed with fuelup
git clone https://github.com/Neal-C/exploring_fuel_and_sway.gitcd exploring_fuel_and_swayBuild
forc buildRun the tests
cargo testNow, you can deploy the contract to the latest testnet with the forc deploy command.
forc deploy --testnet