An app-chain that experiments with Cosmos SDK features.
- An observability module that pushes events, logs, and metrics to something like Datadog
If you're running ignite serve
and you're trying to connect to the
faucet on http://0.0.0.0:4500/ then you'll need the IP address of your
WSL container first.
Open a powershell or command prompt session and run wsl hostname -I
Install https://github.com/go-delve/delve/tree/master/Documentation/installation and
then use make debug
to start the server in debug mode.
If you're using VSCode, there's a debug configuration called "Debug Chain" that will attach to the running process.
In particular:
- Modular Makefiles for building, testing, builds for different platforms, and more
- Primary Makefile: https://github.com/osmosis-labs/osmosis/blob/main/Makefile
- Modular Makefiles: https://github.com/osmosis-labs/osmosis/tree/main/scripts/makefiles