Skip to content

Commit

Permalink
add wallet generator utils and ibc escrow checker (#170)
Browse files Browse the repository at this point in the history
* Update README.md

Add "IBC escrow" tool under `## IBC`
Add "wallet generator" unter `## Utilities`

* Update README.md

Added correct repo for IBC escrow tool
  • Loading branch information
Cordtus authored Nov 14, 2024
1 parent 7f9412c commit a0a61d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ibc-escrow) - Standalone tool to check and report on-chain token amounts against the IBC lockup account on counterparty chain.

## Testing

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a0a61d7

Please sign in to comment.