Skip to content
/ sway Public
forked from FuelLabs/sway

🌴 Empowering everyone to build reliable and efficient smart contracts.

License

Notifications You must be signed in to change notification settings

JimboArr/sway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sway

Compile and Test Community

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.

Documentation

For user documentation, see the Sway Book: https://fuellabs.github.io/sway/latest/.

Building from Source

Dependencies

Sway is built in Rust. To begin, install the Rust toolchain following instructions at https://www.rust-lang.org/tools/install. Then configure your Rust toolchain to use Rust stable:

rustup default stable

If not already done, add the Cargo bin directory to your PATH by adding the following line to ~/.profile and restarting the shell session.

export PATH="${HOME}/.cargo/bin:${PATH}"

To ensure access to all dependent repositories, create and add SSH keys to your GitHub account.

Building Sway

Clone the repository and build the Sway toolchain:

git clone [email protected]:FuelLabs/sway.git
cd sway
cargo build

Confirm the Sway toolchain built successfully:

cargo run --bin forc -- --help
# or
./target/debug/forc --help

To run forc from any directory, install forc to your local Cargo bin directory:

cargo install --locked --path forc
# Also install sway-server if using the IDE plugin
cargo install --locked --path sway-server

About

🌴 Empowering everyone to build reliable and efficient smart contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.5%
  • LLVM 1.0%
  • CSS 0.8%
  • JavaScript 0.6%
  • Shell 0.1%
  • Dockerfile 0.0%