Example integration of the Rate Limit Middleware
Configuring the transfer application stack with Rate Limit Middleware
Here is an example of how to create an application stack usingtransfer and rate-limiting.
The following transferStack is configured in app/app.go and added to the IBC Router.
The in-line comments describe the execution flow of packets between the application stack and IBC core.
For more information on configuring an IBC application stack see the middleware development guide.