legend-cli 1.0.1

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 ADDED
@@ -0,0 +1,25 @@
1
+ # Onkit CLI
2
+ Smart Contract Publisher and Web3 App Generator
3
+
4
+ Generates code boilerplate from pre-built templates and smart contracts
5
+
6
+ ## Requirements
7
+ ```
8
+ Node Version: 22
9
+ nvm use 22
10
+ ```
11
+
12
+ ## Generates
13
+ - Smart Contract Published Bytecode and ABI for Solidity
14
+ - Smart Contract Published Bytecode and ABI for FunC (soon)
15
+ - Smart Contract Published Bytecode and ABI for Rust (soon)
16
+ - Smart Contract CMS (soon)
17
+ - Telegram Mini App Web3 UI Template (soon)
18
+
19
+ ## Documentation
20
+ Check out documentation [Developers](https://hashkit.xyz)
21
+
22
+ ## Usage
23
+ ```bash
24
+ npx onkit contract publish
25
+ ```