Skip to content

Commit a181794

Browse files
authored
Merge pull request #9 from hyperweb-io/readme
words replace
2 parents cf8f1c3 + d03bffb commit a181794

File tree

37 files changed

+122
-1488
lines changed

37 files changed

+122
-1488
lines changed

.github/workflows/run-tests-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
matrix:
1515
example:
1616
[
17-
asset-list,
17+
ibc-asset-list,
1818
vote-proposal,
1919
ibc-transfer,
2020
swap-tokens,
2121
provide-liquidity,
22-
nft,
2322
connect-chain,
2423
connect-multi-chain,
2524
]

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> $GITHUB_ENV
2727
npm install -g create-interchain-app
2828
29-
- name: asset-list
29+
- name: ibc-asset-list
3030
run: |
31-
cia --example asset-list --name asset-list
32-
cd asset-list
31+
cia --example ibc-asset-list --name ibc-asset-list
32+
cd ibc-asset-list
3333
yarn build
3434
3535
- name: vote-proposal

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
6262

6363
- ⚡️ 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!
6464
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
65-
- 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
65+
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
6666
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6767
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains
6868

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

222-
### NFT
223-
224-
<p align="center" width="100%">
225-
<img height="48" src="https://user-images.githubusercontent.com/545047/184694732-f4a3d397-14fb-415a-9562-a532f510f812.png" />
226-
</p>
227-
228-
Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management.
229-
230-
```
231-
cia --name nft-example --example nft
232-
```
233-
234222
## Options
235223

236224
| Argument | Description | Default |

boilerplates/lerna-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn build:dev
4040

4141
Checkout these related projects:
4242

43-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
43+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
4444
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
4545
* [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.
4646
* [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.

boilerplates/lerna-tsx-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn build
3131

3232
Checkout these related projects:
3333

34-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
34+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
3535
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
3636
* [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.
3737
* [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.

boilerplates/lerna-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn build:dev
4040

4141
Checkout these related projects:
4242

43-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
43+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
4444
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
4545
* [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.
4646
* [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.

boilerplates/telescope/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const {
135135

136136
⚡️ 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.
137137

138-
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.
138+
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.
139139

140140
### Initializing the Stargate Client
141141

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

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

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

304304
Checkout these related projects:
305305

306-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
306+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
307307
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
308308
* [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.
309309
* [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.

boilerplates/ts-codegen-npm-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ yarn publish
4848

4949
Checkout these related projects:
5050

51-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
51+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
5252
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
5353
* [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.
5454
* [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.

boilerplates/website/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data
2020

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

23-
### Cosmology Videos
23+
### Hyperweb Videos
2424

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

27-
* https://cosmology.zone/learn
27+
* https://hyperweb.io/learn
2828

2929
### Interchain Kit
3030

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

6969
Checkout these related projects:
7070

71-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
71+
* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
7272
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
7373
* [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.
7474
* [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.

boilerplates/website/components/common/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export function Footer() {
1717
borderTopStyle="solid"
1818
>
1919
<Text color="$gray500" fontSize="$xs">Built with</Text>
20-
<Link href="https://cosmology.zone/" target="_blank">
21-
<Image src={logo} alt="Cosmology Logo" width={110} />
20+
<Link href="https://hyperweb.io/" target="_blank">
21+
<Image src={logo} alt="Hyperweb Logo" width={110} />
2222
</Link>
2323
</Box>
2424
);

0 commit comments

Comments
 (0)