@chain-registry/client
Advanced tools
Comparing version 1.53.57 to 1.53.58
{ | ||
"name": "@chain-registry/client", | ||
"version": "1.53.57", | ||
"version": "1.53.58", | ||
"description": "Chain Registry Client", | ||
@@ -38,4 +38,4 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"dependencies": { | ||
"@chain-registry/types": "^0.50.57", | ||
"@chain-registry/utils": "^1.51.57", | ||
"@chain-registry/types": "^0.50.58", | ||
"@chain-registry/utils": "^1.51.58", | ||
"bfs-path": "^1.0.2", | ||
@@ -51,3 +51,3 @@ "cross-fetch": "^3.1.5" | ||
], | ||
"gitHead": "719d06179d4560272a8a6cce8b8efb192b12e497" | ||
"gitHead": "875d166e41b678d20c6a4d9559eed8313b164c96" | ||
} |
@@ -33,3 +33,3 @@ # @chain-registry/client | ||
- [Chain Info](#chain-info) | ||
- [Related Projects](#related) | ||
- [Stack](#interchain-javascript-stack-️) | ||
- [Credits](#credits) | ||
@@ -252,13 +252,17 @@ - [Disclaimer](#disclaimer) | ||
## Related | ||
## Interchain JavaScript Stack ⚛️ | ||
Checkout these related projects: | ||
A unified toolkit for building applications and smart contracts in the Interchain ecosystem | ||
* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. | ||
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. | ||
* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. | ||
* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. | ||
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. | ||
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. | ||
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. | ||
| Category | Tools | Description | | ||
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| | ||
| **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. | | ||
| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit) | Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. | | ||
| **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network | | ||
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. | | ||
| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. | | ||
| **UI Kits** | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. | | ||
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. | | ||
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript | | ||
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. | | ||
@@ -269,3 +273,2 @@ ## Credits | ||
## Disclaimer | ||
@@ -272,0 +275,0 @@ |
44065
276