Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 370 Bytes

Sway

Sway is a language developed for the Fuel blockchain. It is heavily inspired by Rust and aims to bring modern language development and performance to the blockchain ecosystem.

Running the Compiler

To run the compiler from this directory:

cargo run --bin forc -- -p <path_to_project>
cargo run --bin forc -- build -p example_project/fuel_project