Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 18, 2025
1 parent 26dddcf commit f256e13
Show file tree
Hide file tree
Showing 18 changed files with 39 additions and 35 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Interweb, inc. <developers@cosmology.zone>
Copyright (c) 2024 Interweb, inc. <developers@hyperweb.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,17 @@ Now your app should be running on `http://localhost:3000`!

### Get Started Immediately

You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel.
#### Interchain JavaScript Stack Template

This template provides everything you need to build modern Interchain applications. You don't need to install or configure interchainjs, keplr, nextjs, webpack or Babel.

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

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

## Education & Resources

Expand Down Expand Up @@ -101,13 +103,13 @@ npx create-interchain-app
### npm

```sh
npm init cosmos-app
npm init interchain-app
```

### Yarn

```sh
yarn create cosmos-app
yarn create interchain-app
```

## Examples
Expand Down Expand Up @@ -263,7 +265,7 @@ yarn locks

Checkout these related projects:

- [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
- [telescope](https://github.com/cosmology-tech/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/cosmology-tech/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/cosmology-tech/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand All @@ -273,7 +275,7 @@ Checkout these related projects:

## Credits

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

## Disclaimer

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 @@ -50,7 +50,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
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 @@ -41,7 +41,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
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 @@ -50,7 +50,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/telescope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
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 @@ -58,7 +58,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## 0.1.1 (2022-08-24)

**Note:** Version bump only for package @cosmos-app/connect-chain
**Note:** Version bump only for package @interchain-app/connect-chain
2 changes: 1 addition & 1 deletion boilerplates/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion examples/injective/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion packages/create-interchain-app/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Interweb, inc. <developers@cosmology.zone>
Copyright (c) 2024 Interweb, inc. <developers@hyperweb.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 11 additions & 9 deletions packages/create-interchain-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,17 @@ Now your app should be running on `http://localhost:3000`!

### Get Started Immediately

You don’t need to install or configure cosmjs, keplr, nextjs, webpack or Babel.
#### Interchain JavaScript Stack Template

This template provides everything you need to build modern Interchain applications. You don't need to install or configure interchainjs, keplr, nextjs, webpack or Babel.

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

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

## Education & Resources

Expand Down Expand Up @@ -101,13 +103,13 @@ npx create-interchain-app
### npm

```sh
npm init cosmos-app
npm init interchain-app
```

### Yarn

```sh
yarn create cosmos-app
yarn create interchain-app
```

## Examples
Expand Down Expand Up @@ -263,7 +265,7 @@ yarn locks

Checkout these related projects:

- [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
- [telescope](https://github.com/cosmology-tech/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/cosmology-tech/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/cosmology-tech/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand All @@ -273,7 +275,7 @@ Checkout these related projects:

## Credits

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

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion templates/chain-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## 0.1.1 (2022-08-24)

**Note:** Version bump only for package @cosmos-app/connect-multi-chain
**Note:** Version bump only for package @interchain-app/connect-multi-chain
4 changes: 2 additions & 2 deletions templates/chain-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym

Checkout these related projects:

- [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
- [telescope](https://github.com/cosmology-tech/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/cosmology-tech/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/cosmology-tech/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
Expand All @@ -85,7 +85,7 @@ Checkout these related projects:

## Credits

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

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion templates/connect-chain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## 0.1.1 (2022-08-24)

**Note:** Version bump only for package @cosmos-app/connect-chain
**Note:** Version bump only for package @interchain-app/connect-chain
2 changes: 1 addition & 1 deletion templates/connect-chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion templates/connect-multi-chain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## 0.1.1 (2022-08-24)

**Note:** Version bump only for package @cosmos-app/connect-multi-chain
**Note:** Version bump only for package @interchain-app/connect-multi-chain
2 changes: 1 addition & 1 deletion templates/connect-multi-chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Checkout these related projects:

## Credits

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


## Disclaimer
Expand Down

0 comments on commit f256e13

Please sign in to comment.