# Packages
Package grpc provides a GRPC-based router for smart contract method invocation.
Package mux provides a multiplexer (or router) that allows multiple [github.com/anoideaopen/foundation/core/routing.Router] instances to be used together.
Package reflect provides functionality for routing smart contract method calls using Go reflection.
# Interfaces
Router defines the interface for managing smart contract methods and routing calls.