Skip to content

Commit db68c7f

Browse files
committed
fix style for README
1 parent 527aa59 commit db68c7f

File tree

21 files changed

+775
-354
lines changed

21 files changed

+775
-354
lines changed

README.md

Lines changed: 55 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# InterchainJS
22

3-
<p align="center" style={{marginBottom: '20px'}}>
4-
<img src="https://raw.githubusercontent.com/hyperweb-io/interchainjs/refs/heads/main/assets/logo.svg" width="280"/>
3+
<p align="center" style={{ marginBottom: "20px" }}>
4+
<img
5+
src="https://raw.githubusercontent.com/hyperweb-io/interchainjs/refs/heads/main/assets/logo.svg"
6+
width="280"
7+
/>
58
</p>
69

7-
<p align="center" width="100%" style={{display: 'flex', justifyContent: 'center', alignItems: 'center', gap: '2px'}}>
10+
<p
11+
align="center"
12+
width="100%"
13+
style={{
14+
display: "flex",
15+
justifyContent: "center",
16+
alignItems: "center",
17+
gap: "2px",
18+
}}
19+
>
820
<a href="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml">
9-
<img height="20" src="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml/badge.svg" />
21+
<img
22+
height="20"
23+
src="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml/badge.svg"
24+
/>
25+
</a>
26+
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-MIT">
27+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg" />
28+
</a>
29+
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-Apache">
30+
<img
31+
height="20"
32+
src="https://img.shields.io/badge/license-Apache-blue.svg"
33+
/>
1034
</a>
11-
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg" /></a>
12-
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg" /></a>
1335
</p>
1436

1537
A single, universal signing interface for any network. Birthed from the interchain ecosystem for builders. Create adapters for any Web3 network.
@@ -86,26 +108,24 @@ graph LR
86108
style utils fill:#ccf,stroke:#333,stroke-width:2px
87109
```
88110

89-
90111
---
91112

92-
93113
## Tutorials & Documentation
94114

95-
| Topic | Documentation |
96-
|----------------------------------|--------------|
97-
| **Building a Custom Signer** | [Tutorial](/docs/tutorial.md) |
98-
| **Advanced Documentation** | [View Docs](/docs/) |
115+
| Topic | Documentation |
116+
| ---------------------------- | ----------------------------- |
117+
| **Building a Custom Signer** | [Tutorial](/docs/tutorial.md) |
118+
| **Advanced Documentation** | [View Docs](/docs/) |
99119

100120
---
101121

102122
## Auth
103123

104124
The authentication module is universally applied across different networks.
105125

106-
| Package | Description |
107-
|---------|-------------|
108-
| [@interchainjs/auth](/packages/auth/README.md) | Handles authentication across blockchain networks. |
126+
| Package | Description |
127+
| -------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
128+
| [@interchainjs/auth](/packages/auth/README.md) | Handles authentication across blockchain networks. |
109129
| [Advanced Docs: `Auth vs. Wallet vs. Signer`](/docs/auth-wallet-signer.md) | Explanation of the differences between authentication, wallets, and signers. |
110130

111131
---
@@ -114,26 +134,26 @@ The authentication module is universally applied across different networks.
114134

115135
### Cosmos Network
116136

117-
| Feature | Package |
118-
|---------|---------|
119-
| **Transactions** | [@interchainjs/cosmos](/networks/cosmos/README.md) |
120-
| **Cosmos Types** | [@interchainjs/cosmos-types](/networks/cosmos-msgs/README.md) |
121-
| **Migration from `@cosmjs`** | [Migration Guide](/docs/migration-from-cosmjs.md) |
137+
| Feature | Package |
138+
| ---------------------------- | ------------------------------------------------------------- |
139+
| **Transactions** | [@interchainjs/cosmos](/networks/cosmos/README.md) |
140+
| **Cosmos Types** | [@interchainjs/cosmos-types](/networks/cosmos-msgs/README.md) |
141+
| **Migration from `@cosmjs`** | [Migration Guide](/docs/migration-from-cosmjs.md) |
122142

123143
---
124144

125145
### Injective Network
126146

127-
| Feature | Package |
128-
|---------|---------|
147+
| Feature | Package |
148+
| ---------------- | -------------------------------------------------------- |
129149
| **Transactions** | [@interchainjs/injective](/networks/injective/README.md) |
130150

131151
---
132152

133153
### Ethereum Network
134154

135-
| Feature | Package |
136-
|---------|---------|
155+
| Feature | Package |
156+
| ---------------- | ------------------------------------------------------ |
137157
| **Transactions** | [@interchainjs/ethereum](/networks/ethereum/README.md) |
138158

139159
---
@@ -142,17 +162,17 @@ The authentication module is universally applied across different networks.
142162

143163
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
144164

145-
| Category | Tools | Description |
146-
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
147-
| **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. |
148-
| **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. |
149-
| **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 |
150-
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
151-
| **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. |
152-
| **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. |
153-
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
154-
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
155-
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
165+
| Category | Tools | Description |
166+
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
167+
| **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. |
168+
| **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. |
169+
| **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 |
170+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
171+
| **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. |
172+
| **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. |
173+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
174+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
175+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
156176

157177
## Credits
158178

libs/cosmos-types/README.md

Lines changed: 39 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# @interchainjs/cosmos-types
22

3-
<p align="center">
4-
<img src="https://raw.githubusercontent.com/hyperweb-io/interchainjs/refs/heads/main/assets/logo.svg" width="280">
3+
<p align="center" style={{ marginBottom: "20px" }}>
4+
<img
5+
src="https://raw.githubusercontent.com/hyperweb-io/interchainjs/refs/heads/main/assets/logo.svg"
6+
width="280"
7+
/>
58
</p>
69

7-
<p align="center" width="100%">
10+
<p
11+
align="center"
12+
width="100%"
13+
style={{
14+
display: "flex",
15+
justifyContent: "center",
16+
alignItems: "center",
17+
gap: "2px",
18+
}}
19+
>
820
<a href="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml">
9-
<img height="20" src="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml/badge.svg" />
21+
<img
22+
height="20"
23+
src="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml/badge.svg"
24+
/>
25+
</a>
26+
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-MIT">
27+
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg" />
28+
</a>
29+
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-Apache">
30+
<img
31+
height="20"
32+
src="https://img.shields.io/badge/license-Apache-blue.svg"
33+
/>
1034
</a>
11-
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
12-
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"></a>
1335
</p>
1436

1537
Fundamental types for Networks/Cosmos to use.
@@ -20,17 +42,17 @@ Generated by Telescope. (Will generate code with less redundancy in future versi
2042

2143
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
2244

23-
| Category | Tools | Description |
24-
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
25-
| **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. |
26-
| **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. |
27-
| **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 |
28-
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
29-
| **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. |
30-
| **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. |
31-
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
32-
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
33-
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
45+
| Category | Tools | Description |
46+
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
47+
| **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. |
48+
| **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. |
49+
| **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 |
50+
| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
51+
| **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. |
52+
| **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. |
53+
| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
54+
| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
55+
| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
3456

3557
## Credits
3658

0 commit comments

Comments
 (0)