Some notes on web3 audits
- Main Fuel documentation resource
- The Sway Book
- Fuel's Rust SDK Docs
- Sway Standards
- Sway by Example
- Fuel VM Binary analysis by jtriley.eth
- Fuel Virtual Machine Architecture by jtriley.eth
- Introduction to the Sway Language Security Audit by ExVul
- A detailed write-up of a solo critical vulnerability discovered during the Immunefi Attackathon by Minato7namikazi
- Fuel Explorer
- Fuel Bridge
- Testnet Faucet
- Fuel Disassembler
- Fuel Debugger
- Sway Static Analyzer and an article explaining usage.
- FuelVM Storage - Notes on Storage Design in FuelVM.
- SRC20 Tutorial - Step-by-step tutorial on how to create a simple SRC20 smart contract with some Rust tests.
- UniswapV2 in Sway Tutorial - Tutorial explaining how to build a UniswapV2 clone (FuniswapV2) in Sway on Fuel.