From 16d86f30ecb6be8eb3958ecd7cc97fd215ac0238 Mon Sep 17 00:00:00 2001 From: Tobias <8368497+toschdev@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:59:26 +0100 Subject: [PATCH] Add BIP44 learning material for cosmos chains (#161) * Add BIP44 learning material for cosmos chains * Improve format * Fix lint error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7e13ea..63c43ea 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Please read the [Contributing guide](./CONTRIBUTING.md). Thank you to all our [c * [cosmology-tech/create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) - A npm package to bootstrap a Cosmos Web UI. * [cosmology-tech/cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) - A wallet connector for the Cosmos. * [nabla-studio/quirks](https://github.com/nabla-studio/quirks) - A universal wallet adapter for your Cosmos dApps, that works on both mobile and browser. +* [toschdev/bip44](https://github.com/toschdev/cosmos-bip44) - Cosmos BIP44 implementation in JavaScript for development and education learning. ### Python