# Fe @ Devconnect Workshops Main Session Nov 9, 2023 10:00 → 11:00 Main Session Nov 9, 2023 14:00 → 15:00 Eth Global: Nov 17, 2023 15:40 → 16:40 If you attend the first session and enjoy it, please tell your friends to attend the second session. ## Agenda ### Audience survey 5 mins :hand: Smart contract development experience :hand: Rust experience :hand: Fe experience ### Bounty overview 10 mins - Two tracks: contract and libraries - Prize amounts: $1024, $512, $256 - Very open-ended - Possible to qualify for multiple prizes - [Hackathon Registration](https://taikai.network/felang/hackathons/ist2023/overview) - [Bountiful](https://blog.fe-lang.org/posts/bountiful-break-things-and-get-paid/) - Additional [SimpleDAO bounty](https://blog.fe-lang.org/posts/simple-dao-written-in-fe-go-break-it/) ### Getting started with Fe 15 mins - [CLI installation](https://fe-lang.org/docs/quickstart/installation.html) and overview - [VS code plugin](https://marketplace.visualstudio.com/items?itemName=fe-lang.code-ve) - Standalone Fe files - Fe projects and dependencies - [Standard library](https://github.com/ethereum/fe/tree/master/crates/library/std/src) ## Q&A Please ask questions. ### Fe code show and tell (if we have enough time) 10 mins - [Bountiful Registry](https://github.com/fe-lang/bountiful/blob/master/contracts/src/registry/registry.fe) - [SimpleDAO](https://github.com/cburgdorf/simple_dao) ## Helpful links - Fe website: https://fe-lang.org/ - Fe Docs: https://fe-lang.org/docs/index.html - Fe std lib: https://github.com/ethereum/fe/tree/master/crates/library/std/src - Fe v0.24.0: https://github.com/ethereum/fe/releases/tag/v0.24.0 - bountiful (bug bounty platform): https://github.com/fe-lang/bountiful - Initial announcement: https://blog.fe-lang.org/posts/bountiful-break-things-and-get-paid/ - 15 Puzzle Example: https://15puzzle.netlify.app/ - Registry contract: https://github.com/fe-lang/bountiful/blob/master/contracts/src/registry/registry.fe - Different challenges: https://github.com/fe-lang/bountiful/tree/master/contracts/src/challenges - Gnosis MultiSig written in Fe: https://github.com/cburgdorf/fe-real-world-examples/blob/master/fe_contracts/multisig/main.fe - Performing a mainnet UniswapV3 trade with Fe: https://github.com/cburgdorf/fe-real-world-examples/blob/master/fe_contracts/defi/src/main.fe - SimpleDAO in Fe (with foundry tests): https://github.com/cburgdorf/simple_dao - It's [Live on Mainnet, go break it!](https://blog.fe-lang.org/posts/simple-dao-written-in-fe-go-break-it/)