Skip to content

Commit 44a85a9

Browse files
committed
projects
1 parent 51ee01a commit 44a85a9

File tree

6 files changed

+54
-137
lines changed

6 files changed

+54
-137
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ You don't need to install or configure cosmjs, keplr, nextjs, webpack or Babel.
5757

5858
Everything is preconfigured, ready-to-go, so you can focus on your code!
5959

60-
- ⚡️ 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!
60+
- ⚡️ 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!
6161
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
62-
<!-- - 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://cosmology.zone/components) -->
62+
<!-- - 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://cosmology.zone/components) -->
6363
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
64-
<!-- - 📝 Leverage [chain-registry](https://github.com/cosmology-tech/chain-registry) for Chain and Asset info for all Cosmos chains -->
65-
- 🚀 Ensure reliability with [Starship](https://github.com/cosmology-tech/starship), our end-to-end testing CI/CD project for GitHub Actions, streamlining continuous integration and delivery across the interchain ecosystem.
64+
<!-- - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains -->
65+
- 🚀 Ensure reliability with [Starship](https://github.com/hyperweb-io/starship), our end-to-end testing CI/CD project for GitHub Actions, streamlining continuous integration and delivery across the interchain ecosystem.
6666

6767
<!-- ## Education & Resources
6868
6969
🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-hyperweb-app` and tooling for building frontends in the Cosmos!
7070
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. -->
7272

7373
## Creating an App
7474

@@ -172,13 +172,13 @@ cha --name chain-admin-template --template chain-admin
172172

173173
Checkout these related projects:
174174

175-
- [telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
175+
- [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
176176
- [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
177-
- [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.
178-
- [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.
179-
- [create-hyperweb-app](https://github.com/cosmology-tech/create-hyperweb-app) Set up a modern Cosmos app by running one command.
180-
- [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
181-
- [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
177+
- [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.
178+
- [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.
179+
- [create-hyperweb-app](https://github.com/hyperweb-io/create-hyperweb-app) Set up a modern Cosmos app by running one command.
180+
- [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
181+
- [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
182182

183183
## Credits
184184

packages/create-hyperweb-app/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel
5555

5656
Everything is preconfigured, ready-to-go, so you can focus on your code!
5757

58-
- ⚡️ 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!
58+
- ⚡️ 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!
5959
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
60-
<!-- - 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://cosmology.zone/components) -->
60+
<!-- - 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://cosmology.zone/components) -->
6161
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
62-
<!-- - 📝 Leverage [chain-registry](https://github.com/cosmology-tech/chain-registry) for Chain and Asset info for all Cosmos chains -->
63-
- 🚀 Ensure reliability with [Starship](https://github.com/cosmology-tech/starship), our end-to-end testing CI/CD project for GitHub Actions, streamlining continuous integration and delivery across the interchain ecosystem.
62+
<!-- - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains -->
63+
- 🚀 Ensure reliability with [Starship](https://github.com/hyperweb-io/starship), our end-to-end testing CI/CD project for GitHub Actions, streamlining continuous integration and delivery across the interchain ecosystem.
6464

6565
<!-- ## Education & Resources
6666
6767
🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-hyperweb-app` and tooling for building frontends in the Cosmos!
6868
69-
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. -->
69+
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. -->
7070

7171
## Creating an App
7272

@@ -125,13 +125,13 @@ yarn create hyperweb-app
125125

126126
Checkout these related projects:
127127

128-
- [telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
128+
- [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
129129
- [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
130-
- [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.
131-
- [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.
132-
- [create-hyperweb-app](https://github.com/cosmology-tech/create-hyperweb-app) Set up a modern Cosmos app by running one command.
133-
- [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
134-
- [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
130+
- [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.
131+
- [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.
132+
- [create-hyperweb-app](https://github.com/hyperweb-io/create-hyperweb-app) Set up a modern Cosmos app by running one command.
133+
- [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
134+
- [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
135135

136136
## Credits
137137

templates/chain-admin/README.md

Lines changed: 16 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a Cosmos App project bootstrapped with [`create-hyperweb-app`](https://github.com/hyperweb-io/create-hyperweb-app).
1+
This is a Hyperweb App project bootstrapped with [`create-hyperweb-app`](https://github.com/hyperweb-io/create-hyperweb-app).
22

33
## Getting Started
44

@@ -20,72 +20,26 @@ You can start editing the page by modifying `pages/index.tsx`. The page auto-upd
2020
4. Open http://localhost:3000, select "Osmosis Devnet" or "Cosmos Hub Devnet" from the chain dropdown in the top right corner then click "Connect Wallet" in the left sidebar to connect to the chain
2121
5. Go to "Faucet" to get some test tokens and enjoy!
2222

23-
## Learn More
23+
## Interchain JavaScript Stack
2424

25-
### Chain Registry
25+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️
2626

27-
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
28-
29-
- https://github.com/cosmology-tech/chain-registry
30-
31-
### Cosmology Videos
32-
33-
Checkout more videos for how to use various frontend tooling in the Cosmos!
34-
35-
- https://cosmology.zone/learn
36-
37-
### Cosmos Kit
38-
39-
A wallet connector for the Cosmos ⚛️
40-
41-
- https://github.com/cosmology-tech/cosmos-kit
42-
43-
### Telescope
44-
45-
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
46-
47-
- https://github.com/cosmology-tech/telescope
48-
49-
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
50-
51-
### CosmWasm TS Codegen
52-
53-
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
54-
55-
- https://github.com/CosmWasm/ts-codegen
56-
57-
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
58-
59-
## Learn More about Next.js
60-
61-
To learn more about Next.js, take a look at the following resources:
62-
63-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
64-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
65-
66-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
67-
68-
## Deploy on Vercel
69-
70-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
71-
72-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
73-
74-
## Related
75-
76-
Checkout these related projects:
77-
78-
- [telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
79-
- [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
80-
- [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.
81-
- [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.
82-
- [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
83-
- [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
84-
- [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
27+
| Category | Tools | Description |
28+
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
29+
| **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. |
30+
| **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. |
31+
| **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 |
32+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
33+
| **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. |
34+
| **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. |
35+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
36+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
37+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
8538

8639
## Credits
8740

88-
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io) — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
41+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
42+
8943

9044
## Disclaimer
9145

templates/chain-admin/config/products.ts

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,65 +16,43 @@ export const products: Product[] = [
1616
name: 'Cosmos Kit',
1717
description:
1818
'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
19-
link: 'https://cosmology.zone/products/cosmos-kit',
19+
link: 'https://hyperweb.io/stack/cosmos-kit',
20+
category: 'frontend',
21+
},
22+
{
23+
name: 'InterchainJS',
24+
description: 'A single, universal signing interface for any network',
25+
link: 'https://hyperweb.io/stack/interchainjs',
2026
category: 'frontend',
2127
},
2228
{
2329
name: 'Telescope',
2430
description:
2531
'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
26-
link: 'https://cosmology.zone/products/telescope',
32+
link: 'https://hyperweb.io/stack/telescope',
2733
category: 'cosmos-sdk',
2834
},
2935
{
3036
name: 'Interchain UI',
3137
description:
3238
'A simple, modular and cross-framework component library for Cosmos ecosystem.',
33-
link: 'https://cosmology.zone/products/interchain-ui',
39+
link: 'https://hyperweb.io/stack/interchain-ui',
3440
category: 'frontend',
3541
},
36-
{
37-
name: 'TS Codegen',
38-
description:
39-
'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
40-
link: 'https://cosmology.zone/products/ts-codegen',
41-
category: 'cosmwasm',
42-
},
4342
{
4443
name: 'Chain Registry',
4544
description:
4645
'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
47-
link: 'https://cosmology.zone/products/chain-registry',
48-
category: 'frontend',
49-
},
50-
{
51-
name: 'OsmoJS',
52-
description:
53-
'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.',
54-
link: 'https://cosmology.zone/products/osmojs',
46+
link: 'https://hyperweb.io/stack/chain-registry',
5547
category: 'frontend',
5648
},
5749
{
5850
name: 'Starship',
5951
description:
6052
'Starship makes it easy to build a universal interchain development environment in k8s.',
61-
link: 'https://cosmology.zone/products/starship',
53+
link: 'https://hyperweb.io/stack/starship',
6254
category: 'testing',
6355
},
64-
{
65-
name: 'Create Cosmos App',
66-
description:
67-
'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.',
68-
link: 'https://cosmology.zone/products/create-cosmos-app',
69-
category: 'frontend',
70-
},
71-
{
72-
name: 'CosmWasm Academy',
73-
description:
74-
'Master CosmWasm and build your secure, multi-chain dApp on any CosmWasm chain!',
75-
link: 'https://cosmology.zone/learn/ts-codegen',
76-
category: 'cosmwasm',
77-
},
7856
{
7957
name: 'Videos',
8058
description:

templates/hyperweb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</a>
1212
<br />
1313
<a href="https://github.com/__USERNAME__/__REPONAME__/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
14-
<a href="https://github.com/cosmology-tech/starshipjs"><img height="20" src="https://img.shields.io/badge/CI-Starship-blue"></a>
14+
<a href="https://github.com/hyperweb-io/starshipjs"><img height="20" src="https://img.shields.io/badge/CI-Starship-blue"></a>
1515
</p>
1616

1717
# Hyperweb Boilerplate
@@ -79,7 +79,7 @@ This bundles the contracts from src/** into dist/contracts/.
7979
## Infrastructure Setup
8080

8181
### Option 1: Using Starship
82-
[Starship](https://github.com/cosmology-tech/starship) is a Kubernetes-based blockchain orchestrator. It sets up a local blockchain environment with full cross-chain compatibility.
82+
[Starship](https://github.com/hyperweb-io/starship) is a Kubernetes-based blockchain orchestrator. It sets up a local blockchain environment with full cross-chain compatibility.
8383

8484
#### Enable Kubernetes in Docker Desktop
8585
Docker Desktop includes a standalone Kubernetes server and client, as well as Docker CLI integration that runs on your machine.

0 commit comments

Comments
 (0)