Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme modify #27

Merged
merged 2 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Set up a modern Cosmos app by running one command ⚛️
- [Options](#options)
- [Development](#development)

https://user-images.githubusercontent.com/545047/192061992-f0e1106d-f4b2-4879-ab0a-896f22ee4f49.mp4


## Overview

Expand Down Expand Up @@ -62,7 +60,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://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui)
- 🛠 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
22 changes: 11 additions & 11 deletions examples/authz/configs/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ export type Project = {
};

export const products: Project[] = [
{
name: 'Interchain JS',
desc: 'A single, universal signing interface for any network. Birthed from the interchain ecosystem for builders. Create adapters for any web3 network.',
link: 'https://github.com/hyperweb-io/interchainjs',
},
{
name: 'Interchain Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
Expand All @@ -15,23 +20,18 @@ export const products: Project[] = [
desc: 'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
link: 'https://github.com/hyperweb-io/telescope',
},
{
name: 'TS Codegen',
desc: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
link: 'https://github.com/CosmWasm/ts-codegen',
},
{
name: 'CosmWasm Academy',
desc: 'Master CosmWasm and build your secure, multi-chain dApp on any CosmWasm chain!',
link: 'https://academy.cosmwasm.com/',
},
{
name: 'Chain Registry',
desc: 'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
link: 'https://github.com/hyperweb-io/chain-registry',
},
{
name: 'Videos',
name: 'TS Codegen',
desc: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
link: 'https://github.com/CosmWasm/ts-codegen',
},
{
name: 'Docs',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
Expand Down
33 changes: 14 additions & 19 deletions examples/ibc-asset-list/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ export type Project = {
name: string;
desc: string;
link: string;
}
};

export const products: Project[] = [
{
name: 'Interchain JS',
desc: 'A single, universal signing interface for any network. Birthed from the interchain ecosystem for builders. Create adapters for any web3 network.',
link: 'https://github.com/hyperweb-io/interchainjs',
},
{
name: 'Interchain Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
Expand All @@ -15,38 +20,28 @@ export const products: Project[] = [
desc: 'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
link: 'https://github.com/hyperweb-io/telescope',
},
{
name: 'TS Codegen',
desc: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
link: 'https://github.com/CosmWasm/ts-codegen',
},
{
name: 'CosmWasm Academy',
desc: 'Master CosmWasm and build your secure, multi-chain dApp on any CosmWasm chain!',
link: 'https://academy.cosmwasm.com/',
},
{
name: 'Chain Registry',
desc: 'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
link: 'https://github.com/hyperweb-io/chain-registry',
},
{
name: 'Videos',
name: 'TS Codegen',
desc: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
link: 'https://github.com/CosmWasm/ts-codegen',
},
{
name: 'Docs',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];

export const dependencies: Project[] = [
{
name: 'InterchainJS',
desc: 'A single, universal signing interface for any network',
link: 'https://github.com/hyperweb-io/interchainjs',
},
{
name: 'Interchain UI',
desc: 'A simple, modular and accessible React Component Library.',
link: 'https://hyperweb.io/components',
desc: 'Cross-framework UI Kit for Crafting dApps.',
link: 'https://github.com/hyperweb-io/interchain-ui',
},
{
name: 'Next.js',
Expand Down
2 changes: 1 addition & 1 deletion examples/ibc-asset-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
Loading
Loading