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.
- package/README.md +3 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
Smart Contract Publisher and
|
|
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
|
|
17
|
+
npx legend-cli contract publish
|
|
25
18
|
```
|