A curated list of awesome resources for building with WAVS: The WASI-AVS runtime.
- Docs - Official documentation.
- WAVS Overview - Learn about WAVS.
- How WAVS Works - An in-depth look at WAVS.
- What Is WAVS? - A blog post introducing WAVS.
- WAVS Tutorial - Build a demo oracle service in less than 5 minutes.
- WAVS Template - A Foundry template for building with WAVS.
- WAVS Demos - 🕶️ Cool demos that use WAVS 🌊.
wavs-types
- Crate docs defining core data structures and types used for building and interacting with components and services.- WAVS Solidity Interfaces - The NPM package code with contract interfaces.
- Rust language cheat sheet - A cheat sheet for those new to Rust.
- Let's Get Rusty cheat sheet - A book-style cheat sheet.
- Learn Rust - Resources for learning Rust.
- Rust book - an overview of the language from first principles.
- webassembly.org - Learn about WASM.
- wasi.dev - All about the WebAssembly System Interface.
- WebAssembly Component Model - Learn about the component model.
- cargo-component - A cargo subcommand for building WebAssembly components.
- WAC (WebAssembly Composition) - A tool for composing WebAssembly components together.
- componentize-py - Convert a Python app to a WebAssembly component.
- ComponentizeJS - Convert JavaScript source code to a WebAssembly component.
- Awesome AVS - Awesome resources for AVS builders.
- You Could've Invented EigenLayer - An easy intro to EigenLayer.
- EigenLayer Docs - Learn all about EigenLayer services and restaking.