File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ asIndexPage: true
55
66# Commands
77
8+ ## Install
9+
10+ This command allows you to install the blueprint from a published DApp
11+
12+ ### Usage
13+
14+ ``` sh
15+ telchar install < scope> /< name>
16+ ```
17+
18+ ### Example
19+
20+ ``` sh
21+ telchar install txpipe/asteria
22+ ```
23+
824## Codegen
925
1026This command allows you to obtain the boilerplate code to comunicate with a published DApp
@@ -73,22 +89,6 @@ const AsteriaTypesPelletDatum = Data.Object({
7389...
7490```
7591
76- ## Codegen Local
77-
78- This command allows you to obtain the boilerplate code to comunicate with a DApp from a local blueprint file
79-
80- ### Usage
81-
82- ``` sh
83- telchar codegen-local < blueprint_path> < template>
84- ```
85-
86- #### Example
87-
88- ``` sh
89- telchar codegen-local ./plutus.json blaze
90- ```
91-
9292## Publish
9393
9494This command allows you to publish your DApp to the registry.<br />
You can’t perform that action at this time.
0 commit comments