github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/farm/spec/README.md (about) 1 # farm module specification 2 3 ## Abstract 4 5 <!-- TODO: Create a abstract definition of what this module does, what functionality does it enable and how it can be used. --> 6 7 ## Contents 8 9 // TODO: Create the below files if they are needed. 10 1. **[Concepts](01_concepts.md)** 11 2. **[State](02_state.md)** 12 3. **[Messages](03_messages.md)** 13 4. **[Begin-Block](04_begin_block.md)** 14 5. **[End-Block](06_end_bloc.md)** 15 6. **[05_hooks](06_hooks.md)** 16 7. **[Events](07_events.md)** 17 8. **[Parameters](08_params.md)**