Skip to content

Commit

Permalink
Merge pull request #9 from hyperweb-io/readme
Browse files Browse the repository at this point in the history
words replace
  • Loading branch information
Zetazzz authored Jan 27, 2025
2 parents cf8f1c3 + d03bffb commit a181794
Show file tree
Hide file tree
Showing 37 changed files with 122 additions and 1,488 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
matrix:
example:
[
asset-list,
ibc-asset-list,
vote-proposal,
ibc-transfer,
swap-tokens,
provide-liquidity,
nft,
connect-chain,
connect-multi-chain,
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> $GITHUB_ENV
npm install -g create-interchain-app
- name: asset-list
- name: ibc-asset-list
run: |
cia --example asset-list --name asset-list
cd asset-list
cia --example ibc-asset-list --name ibc-asset-list
cd ibc-asset-list
yarn build
- name: vote-proposal
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!

- ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
- 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains

Expand Down Expand Up @@ -219,18 +219,6 @@ Create and manage an asset list, offering comprehensive insights into the availa
cia --name ibc-asset-list-example --example ibc-asset-list
```

### NFT

<p align="center" width="100%">
<img height="48" src="https://user-images.githubusercontent.com/545047/184694732-f4a3d397-14fb-415a-9562-a532f510f812.png" />
</p>

Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management.

```
cia --name nft-example --example nft
```

## Options

| Argument | Description | Default |
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/lerna-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn build:dev

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/lerna-tsx-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ yarn build

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/lerna-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn build:dev

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/telescope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const {

⚡️ For web interfaces, we recommend using [interchain-kit](https://github.com/hyperweb-io/interchain-kit). Continue below to see how to manually construct signers and clients.

Here are the docs on [creating signers](https://docs.cosmology.zone/interchain-kit) in interchain-kit that can be used with Keplr and other wallets.
Here are the docs on [creating signers](https://docs.hyperweb.io/interchain-kit) in interchain-kit that can be used with Keplr and other wallets.

### Initializing the Stargate Client

Expand All @@ -153,7 +153,7 @@ const stargateClient = await getSigning__CHAIN_UPPER__Client({

To broadcast messages, you can create signers with a variety of options:

* [interchain-kit](https://docs.cosmology.zone/interchain-kit) (recommended)
* [interchain-kit](https://docs.hyperweb.io/interchain-kit) (recommended)
* [keplr](https://docs.keplr.app/api/cosmjs.html)
* [cosmjs](https://gist.github.com/webmaster128/8444d42a7eceeda2544c8a59fbd7e1d9)
### Amino Signer
Expand Down Expand Up @@ -303,7 +303,7 @@ npm publish

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/ts-codegen-npm-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ yarn publish

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data

* https://github.com/hyperweb-io/chain-registry

### Cosmology Videos
### Hyperweb Videos

Checkout more videos for how to use various frontend tooling in the Cosmos!

* https://cosmology.zone/learn
* https://hyperweb.io/learn

### Interchain Kit

Expand Down Expand Up @@ -68,7 +68,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/website/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export function Footer() {
borderTopStyle="solid"
>
<Text color="$gray500" fontSize="$xs">Built with</Text>
<Link href="https://cosmology.zone/" target="_blank">
<Image src={logo} alt="Cosmology Logo" width={110} />
<Link href="https://hyperweb.io/" target="_blank">
<Image src={logo} alt="Hyperweb Logo" width={110} />
</Link>
</Box>
);
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/website/components/common/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function Hero() {
marginTop: "$7",
}}
>
Cosmology develops cutting-edge tools for the interchain ecosystem,
Hyperweb develops cutting-edge tools for the interchain ecosystem,
empowering seamless interactions across the Internet of Blockchains.
</Text>
<Link href="/components" style={{ display: "inline-block" }}>
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/website/components/common/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function DrawContent({
borderBottomStyle="solid"
>
<Link href="/">
<Image src={logo} alt="Cosmology" width={35} />
<Image src={logo} alt="Hyperweb" width={35} />
</Link>
<Box display="flex" flex="1" justifyContent="end">
<Box attributes={{ onClick: onClose }}>
Expand Down
4 changes: 2 additions & 2 deletions examples/ibc-asset-list/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app).
This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).

## Getting Started

Expand Down Expand Up @@ -72,7 +72,7 @@ Checkout these related projects:
* [@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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-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.
* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-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.

Expand Down
4 changes: 2 additions & 2 deletions examples/injective-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "injective-vue",
"name": "@hyperweb/injective-vue",
"private": true,
"version": "0.0.1",
"type": "module",
Expand Down Expand Up @@ -33,4 +33,4 @@
"vite": "^6.0.0",
"vue-tsc": "^2.1.10"
}
}
}
6 changes: 3 additions & 3 deletions examples/injective-vue/src/config/asset-list/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const products: Project[] = [
},
{
name: 'Videos',
desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.',
link: 'https://cosmology.zone/learn',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];

Expand All @@ -46,7 +46,7 @@ export const dependencies: Project[] = [
{
name: 'Interchain UI',
desc: 'A simple, modular and accessible React Component Library.',
link: 'https://cosmology.zone/components',
link: 'https://hyperweb.io/components',
},
{
name: 'Next.js',
Expand Down
6 changes: 3 additions & 3 deletions examples/injective/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data

* https://github.com/hyperweb-io/chain-registry

### Cosmology Videos
### Hyperweb Videos

Checkout more videos for how to use various frontend tooling in the Cosmos!

* https://cosmology.zone/learn
* https://hyperweb.io/learn

### Interchain Kit

Expand Down Expand Up @@ -66,7 +66,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym

Checkout these related projects:

* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@hyperweb/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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand Down
4 changes: 2 additions & 2 deletions examples/injective/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export function Footer() {
}}
>
<Text>Built with</Text>
<Link href="https://cosmology.zone/" target="_blank">
Cosmology
<Link href="https://hyperweb.io/" target="_blank">
Hyperweb
</Link>
</Stack>
</>
Expand Down
6 changes: 3 additions & 3 deletions examples/injective/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const products: Project[] = [
},
{
name: 'Videos',
desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.',
link: 'https://cosmology.zone/learn',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];

Expand All @@ -46,7 +46,7 @@ export const dependencies: Project[] = [
{
name: 'Interchain UI',
desc: 'A simple, modular and cross-framework Component Library for Cosmos',
link: 'https://cosmology.zone/components',
link: 'https://hyperweb.io/components',
},
{
name: 'Next.js',
Expand Down
4 changes: 2 additions & 2 deletions examples/injective/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/injective",
"name": "@hyperweb/injective",
"version": "1.1.1",
"private": true,
"scripts": {
Expand Down Expand Up @@ -61,4 +61,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions examples/stake-tokens/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a Cosmos Interchain project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-cosmos-app).
This is a Cosmos Interchain project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).

## Getting Started

Expand Down Expand Up @@ -72,7 +72,7 @@ Checkout these related projects:
* [@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.
* [interchain-kit](https://github.com/hyperweb-io/interchain-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.
* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-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.

Expand Down
4 changes: 2 additions & 2 deletions examples/vote-proposal/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app).
This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).

## Getting Started

Expand Down Expand Up @@ -26,7 +26,7 @@ Checkout more videos for how to use various frontend tooling in the Cosmos!

* https://hyperweb.io/learn

### Cosmos Kit
### Interchain Kit

A wallet connector for the Cosmos ⚛️

Expand Down
2 changes: 1 addition & 1 deletion examples/vote-proposal/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '@interchain-ui/react';
import { dependencies } from '@/config';

const stacks = ['Cosmos Kit', 'Next.js'];
const stacks = ['Interchain Kit', 'Next.js'];

const stargazejs = dependencies[0];

Expand Down
1 change: 0 additions & 1 deletion examples/vote-proposal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@tanstack/react-query": "4.32.0",
"bignumber.js": "^9.1.1",
"chain-registry": "^1.69.32",
"cosmos-kit": "2.23.4",
"dayjs": "^1.11.7",
"fast-fuzzy": "1.12.0",
"framer-motion": "9.0.7",
Expand Down
Loading

0 comments on commit a181794

Please sign in to comment.