legend-cli 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Onkit CLI
2
- Smart Contract Publisher and Web3 App Generator
1
+ # Auto Legends Web3 CLI
2
+ Smart Contract Publisher and Marketplace Generator
3
3
 
4
4
  Generates code boilerplate from pre-built templates and smart contracts
5
5
 
@@ -11,15 +11,8 @@ nvm use 22
11
11
 
12
12
  ## Generates
13
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
14
 
22
15
  ## Usage
23
16
  ```bash
24
- npx onkit contract publish
17
+ npx legend-cli contract publish
25
18
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "legend-cli",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Smart Contract Publisher by Auto Legends",
6
6
  "bin": "dist/index.js",
7
7
  "scripts": {