Sway is a language purpose-built for blockchains.
It combines the best of Solidity and Rust, providing a full suite of tools for creating secure, high-performance Dapps.
š§µ
Weāre happy to share that we've released Sway v0.43.2 š“
Thereās been many enhancements and adjustments that improve the functionality of Sway for developers.
Check out Github for all the changes: github.com/FuelLabs/sway/ā¦
A few highlights below:
1/ Exciting news Swayooors! We've released Sway v0.39.0 š“
This new version brings a host of improvements and changes that enhance our language's capabilities.
Let's highlight a few improvements š
Weāre pleased to announce that we've released Sway v0.39.1 to v0.42.1 š“
Thereās been a ton of enhancements and adjustments that improve the functionality of Sway for developers.
Check out Github for all the changes: github.com/FuelLabs/sway/ā¦
Highlights ⤵ļø
Introducing Sway Playground š“
Enabling developers to test, deploy, and interact with contracts written in Sway without having to download the Fuel toolchain.
Try it out now: sway-playground.org
Reentrancy detection is a critical function in smart contract systems. Reentrancy is the root cause of many DeFi hacks. Let's see how to detect reentrancy in the EVM and comparatively in the FuelVM. The difference is greater than you think š
1/7
GitHub recognizes Sway as an official language. This means we get to pick what color will show up in the search.
What color should the Sway language use in Github?
Cast your vote for your favorite color in the forum:
v0.31.1 is released!
New features include a new static analysis pass that warns on reentrancy vulnerabilities, generic traits, and trait constraints for functions.
Try it out now with fuelup: github.com/FuelLabs/fuelup
Let's dive into this more with examples š
On Fuel, every asset is a native asset, just like ETH on Ethereum. This means asset standards like SRC-20 and SRC-721 operate at the protocol level.
What does this entail for Sway developers? š§µ