Fork of noble-assets/forwarding. IBC middleware module that manages forwarding accounts for automatic token routing through predefined channels.
See spec/ for module specification:
- State - Forwarding account structure and storage
- Messages - Tx messages
- Events - Emitted events
- Queries - gRPC/REST queries
- CLI - Command-line interface
go build ./...cd e2e && go test -v ./...