In the previous post, we explored how to run our local Namada Blockchain and interact with it using the CLI. The self-hosted repository includes Namada-interface and the Namada Official extension. In this post, we'll focus on installing the extension and connecting it to the interface. Take a look at the docker-compose.yml file. Alongside the three Namada-X services, there's also a service named 'interface.' After the local chain is initialized and the chain ID is determin...