You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OsmosJS](https://github.com/osmosis-labs/osmojs) makes it easy to compose and broadcast Osmosis and Cosmos messages, with all of the proto and amino encoding handled for you.
For more details, check out the [swap-tokens](https://github.com/cosmology-tech/create-cosmos-app/tree/main#swap-tokens) example.
133
+
For more details, check out the [swap-tokens](https://github.com/hyperweb-io/create-cosmos-app/tree/main#swap-tokens) example.
134
134
135
135
### Lockup Messages
136
136
@@ -286,9 +286,9 @@ const fee = {
286
286
287
287
## Connecting with Wallets and Signing Messages
288
288
289
-
⚡️ For web interfaces, we recommend using [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit). Continue below to see how to manually construct signers and clients.
289
+
⚡️ For web interfaces, we recommend using [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit). Continue below to see how to manually construct signers and clients.
290
290
291
-
Here are the docs on [creating signers](https://github.com/cosmology-tech/cosmos-kit/tree/main/packages/react#signing-clients) in cosmos-kit that can be used with Keplr and other wallets.
291
+
Here are the docs on [creating signers](https://github.com/hyperweb-io/cosmos-kit/tree/main/packages/react#signing-clients) in cosmos-kit that can be used with Keplr and other wallets.
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
451
451
452
-
*[@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
453
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
454
-
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
455
-
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
456
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
457
-
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
458
-
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
|**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. |
455
+
|**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. |
456
+
|**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 |
457
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
458
+
|**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. |
459
+
|**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. |
460
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
461
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
462
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
459
463
460
464
## Credits
461
465
462
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
463
-
466
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
Copy file name to clipboardExpand all lines: packages/math/README.md
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -195,22 +195,25 @@ yarn build:ts
195
195
yarn publish
196
196
```
197
197
198
-
## Related
199
-
200
-
Checkout these related projects:
201
-
202
-
*[@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
203
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
204
-
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
205
-
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
206
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
207
-
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
208
-
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
198
+
## Interchain JavaScript Stack ⚛️
199
+
200
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|**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. |
205
+
|**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. |
206
+
|**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 |
207
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
208
+
|**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. |
209
+
|**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. |
210
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
211
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
212
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
209
213
210
214
## Credits
211
215
212
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
213
-
216
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
For more details, check out the [swap-tokens](https://github.com/cosmology-tech/create-cosmos-app/tree/main#swap-tokens) example.
131
+
For more details, check out the [swap-tokens](https://github.com/hyperweb-io/create-cosmos-app/tree/main#swap-tokens) example.
132
132
133
133
### Lockup Messages
134
134
@@ -284,9 +284,9 @@ const fee = {
284
284
285
285
## Connecting with Wallets and Signing Messages
286
286
287
-
⚡️ For web interfaces, we recommend using [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit). Continue below to see how to manually construct signers and clients.
287
+
⚡️ For web interfaces, we recommend using [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit). Continue below to see how to manually construct signers and clients.
288
288
289
-
Here are the docs on [creating signers](https://github.com/cosmology-tech/cosmos-kit/tree/main/packages/react#signing-clients) in cosmos-kit that can be used with Keplr and other wallets.
289
+
Here are the docs on [creating signers](https://github.com/hyperweb-io/cosmos-kit/tree/main/packages/react#signing-clients) in cosmos-kit that can be used with Keplr and other wallets.
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
449
449
450
-
*[@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
451
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
452
-
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
453
-
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
454
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
455
-
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
456
-
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
|**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. |
453
+
|**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. |
454
+
|**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 |
455
+
|**SDK Clients**|[**Telescope**](https://github.com/hyperweb-io/telescope)| Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
456
+
|**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. |
457
+
|**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. |
458
+
|**Testing Frameworks**|[**Starship**](https://github.com/hyperweb-io/starship)| Unified Testing and Development for the Interchain. |
459
+
|**TypeScript Smart Contracts**|[**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)| Build and deploy full-stack blockchain applications with TypeScript |
460
+
|**CosmWasm Contracts**|[**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)| Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
457
461
458
462
## Credits
459
463
460
-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
461
-
464
+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
0 commit comments