⚠️ Important: These examples are for Fe v2, which is currently under development. The compiler has not been released yet and the code has not been audited. Do not use in production.
Fe is a statically typed language for the Ethereum Virtual Machine with a novel type system. These examples demonstrate various features and use cases of the Fe language.
To run the examples, you can use the check_all.sh script.
./check_all.shThis will run all the examples and check if they are correct.
To add an example, you can add a new file to the src directory.
If you have any suggestions or feedback, please feel free to open an issue or submit a pull request.