From af7ce1d9674d1ac582990090643e36e68a3f3bed Mon Sep 17 00:00:00 2001 From: Cordtus <96965330+Cordtus@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:06:33 -0700 Subject: [PATCH] Update README.md Add "IBC escrow" tool under `## IBC` Add "wallet generator" unter `## Utilities` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2d4ee9..6723c48 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Modules or frameworks for virtual machines that run in the Cosmos SDK * [informalsystems/hermes](https://github.com/informalsystems/hermes) - IBC Relayer in Rust. * [confio/ts-relayer](https://github.com/confio/ts-relayer) - IBC Relayer in TypeScript. * [local-interchain](https://github.com/Reecepbcups/local-interchain) - Quickly spin up a local IBC development environment on any operating system. +* [IBC-escrow-auditor](https://github.com/Cordtus/escrow-checker) - Standalone tool to check and report on-chain token amounts against the IBC lockup account on counterparty chain. ## Testing @@ -271,6 +272,7 @@ Templates to help you get started with building a Cosmos SDK blockchain. * [Cosmos Cache](https://github.com/Reecepbcups/cosmos-endpoint-cache) - Optimize Cosmos queries by caching responses for predefined sets of time (regex). * [cosmos-operator](https://github.com/strangelove-ventures/cosmos-operator) - Cosmos Operator is a kubernetes operator for managing cosmos nodes. +* [Wallet-generator](https://github.com/Cordtus/wallet_generator) - Manually generate a keypair + wallet addresses from mnemonic, pubkey + wallet addresses from privkey, or wallet addresses from pubkey. Accepts arbitrary HDpath (incl. cointype) ## Ecosystem