@siphoyawe/mina-cli 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,20 +1,30 @@
1
- # @siphoyawe/mina-cli
2
-
3
- Terminal-based cross-chain bridge to Hyperliquid. Bridge assets from any chain directly from your command line.
4
-
5
- [![npm version](https://badge.fury.io/js/@siphoyawe%2Fmina-cli.svg)](https://www.npmjs.com/package/@siphoyawe/mina-cli)
6
- [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
-
9
- ```
10
- __ __ ___ _ _ _
11
- | \/ |_ _| \ | | / \
12
- | |\/| || || \| | / _ \
13
- | | | || || |\ |/ ___ \
14
- |_| |_|___|_| \_/_/ \_\
15
-
16
- Cross-chain bridge to Hyperliquid
17
- ```
1
+ <p align="center">
2
+ <img src="mina-cli-logo.svg" alt="Mina CLI" width="400" />
3
+ </p>
4
+
5
+ <h1 align="center">@siphoyawe/mina-cli</h1>
6
+
7
+ <p align="center">
8
+ <strong>Terminal-based cross-chain bridge to Hyperliquid</strong>
9
+ </p>
10
+
11
+ <p align="center">
12
+ Bridge assets from any chain directly from your command line
13
+ </p>
14
+
15
+ <p align="center">
16
+ <a href="https://www.npmjs.com/package/@siphoyawe/mina-cli">
17
+ <img src="https://img.shields.io/npm/v/@siphoyawe/mina-cli.svg" alt="npm version" />
18
+ </a>
19
+ <a href="https://www.typescriptlang.org/">
20
+ <img src="https://img.shields.io/badge/TypeScript-Ready-blue.svg" alt="TypeScript" />
21
+ </a>
22
+ <a href="https://opensource.org/licenses/MIT">
23
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" />
24
+ </a>
25
+ </p>
26
+
27
+ ---
18
28
 
19
29
  ## Features
20
30