Skip to content

Commit

Permalink
Merge pull request #21 from u32luke/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
m1sterc001guy authored Jun 11, 2024
2 parents a303021 + 79d3866 commit b6dc50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ It interacts with a database to store and retrieve various types of data related
- DummyGen (Non-Consensus Functions): Implements the `ServerModuleInit` trait, providing methods for module initialization, database migrations, and configuration generation and validation.
- Dummy (Consensus and Module Operations): Implements the `ServerModule` trait, providing methods for processing consensus proposals, input and output transactions, and auditing. Handles the creation of consensus proposals for signing requests and processes incoming consensus items. Implements input and output processing, including fund transfers and fee calculations.

## Fedimint General ModuleArchitecture
## Fedimint General Module Architecture

Below is a diagram of the general architecture of a fedimint module and how it interacts with the rest of the fedimint system. Building fedimint modules can be a bit complicated, so again please reach out to us on our [Developer Discord](https://discord.gg/cEVEmqCgWG) if you have any questions. We're always happy to help!

Expand Down

0 comments on commit b6dc50d

Please sign in to comment.