|
6 | 6 |
|
7 | 7 | <p align="center" width="100%"> |
8 | 8 | <a href="https://www.npmjs.com/package/create-cosmos-app"><img height="20" src="https://img.shields.io/npm/dt/create-cosmos-app"></a> |
9 | | - <a href="https://github.com/cosmology-tech/create-cosmos-app/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> |
10 | | - <a href="https://www.npmjs.com/package/create-cosmos-app"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/create-cosmos-app?filename=packages%2Fcreate-cosmos-app%2Fpackage.json"></a> |
| 9 | + <a href="https://github.com/hyperweb-io/create-cosmos-app/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> |
| 10 | + <a href="https://www.npmjs.com/package/create-cosmos-app"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/create-cosmos-app?filename=packages%2Fcreate-cosmos-app%2Fpackage.json"></a> |
11 | 11 | </p> |
12 | 12 |
|
13 | 13 | Set up a modern Cosmos app by running one command ⚛️ |
@@ -58,17 +58,17 @@ You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel |
58 | 58 |
|
59 | 59 | Everything is preconfigured, ready-to-go, so you can focus on your code! |
60 | 60 |
|
61 | | -- ⚡️ Connect easily to 20+ wallets via [Cosmos Kit](https://github.com/cosmology-tech/cosmos-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! |
| 61 | +- ⚡️ Connect easily to 20+ wallets via [Cosmos Kit](https://github.com/hyperweb-io/cosmos-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! |
62 | 62 | - ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers |
63 | 63 | - 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://cosmology.zone/components) |
64 | 64 | - 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering |
65 | | -- 📝 Leverage [chain-registry](https://github.com/cosmology-tech/chain-registry) for Chain and Asset info for all Cosmos chains |
| 65 | +- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains |
66 | 66 |
|
67 | 67 | ## Education & Resources |
68 | 68 |
|
69 | 69 | 🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-cosmos-app` and tooling for building frontends in the Cosmos! |
70 | 70 |
|
71 | | -Checkout [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) for more docs as well as [cosmos-kit/react](https://github.com/cosmology-tech/cosmos-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers. |
| 71 | +Checkout [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) for more docs as well as [cosmos-kit/react](https://github.com/hyperweb-io/cosmos-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers. |
72 | 72 |
|
73 | 73 | ## Creating an App |
74 | 74 |
|
@@ -223,7 +223,7 @@ cca --name asset-list-example --example asset-list |
223 | 223 | <img height="48" src="https://user-images.githubusercontent.com/545047/184694732-f4a3d397-14fb-415a-9562-a532f510f812.png" /> |
224 | 224 | </p> |
225 | 225 |
|
226 | | -Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/cosmology-tech/stargazejs), enabling seamless NFT minting, transfer, and management. |
| 226 | +Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management. |
227 | 227 |
|
228 | 228 | ``` |
229 | 229 | cca --name nft-example --example nft |
@@ -263,17 +263,17 @@ yarn locks |
263 | 263 |
|
264 | 264 | Checkout these related projects: |
265 | 265 |
|
266 | | -- [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
| 266 | +- [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
267 | 267 | - [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
268 | | -- [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. |
269 | | -- [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. |
270 | | -- [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. |
271 | | -- [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
272 | | -- [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. |
| 268 | +- [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. |
| 269 | +- [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. |
| 270 | +- [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. |
| 271 | +- [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
| 272 | +- [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. |
273 | 273 |
|
274 | 274 | ## Credits |
275 | 275 |
|
276 | | -🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator) |
| 276 | +🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io) |
277 | 277 |
|
278 | 278 | ## Disclaimer |
279 | 279 |
|
|
0 commit comments