Skip to content

Commit 1bd8158

Browse files
committed
feat: tangle cli docs
1 parent b80c9af commit 1bd8158

File tree

5 files changed

+12025
-16916
lines changed

5 files changed

+12025
-16916
lines changed

pages/developers/cli/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"installation": "Installation",
33
"quickstart": "Quickstart",
4-
"reference": "Reference",
4+
"tangle": "Tangle Blueprints",
55
"eigenlayer": "Eigenlayer AVSs"
66
}

pages/developers/cli/quickstart.mdx

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ title: Quickstart
99
- [git](https://git-scm.org)
1010
- Tangle CLI, see [installation](./installation.mdx)
1111

12-
## Creating a New Project
12+
## Creating a New Tangle Blueprint
1313

14-
1. For an in-depth guide to commands, see the [CLI Reference](./reference.mdx). To get started
15-
right away with creating a Tangle Blueprint, open your terminal and run:
14+
1. For an in-depth guide to commands, see the [Tangle Blueprint Commands](./tangle.mdx). If you are
15+
looking to get started building an Eigenlayer AVS, see the [eigenlayer section](./eigenlayer.mdx) instead.
16+
To get started right away with creating a Tangle Blueprint, open your terminal and run:
1617

1718
```shell
1819
cargo tangle blueprint create --name <blueprint-name>
@@ -22,28 +23,14 @@ cargo tangle blueprint create --name <blueprint-name>
2223

2324
![CLI Blueprint Creation](/images/cli-blueprint-create.png)
2425

25-
### Project Structure
26-
27-
After creation, your project will have the following structure:
28-
29-
```
30-
<blueprint-name>/
31-
├── src/
32-
│ ├── lib.rs
33-
│ └── main.rs
34-
├── Cargo.toml
35-
├── README.md
36-
└── ...
37-
```
38-
3926
## Deploying your Blueprint
4027

4128
Once you're ready to deploy your blueprint, simply:
4229

4330
```shell
4431
export SIGNER="//Alice"
4532
export EVM_SIGNER="0xcb6df9de1efca7a3998a8ead4e02159d5fa99c3e0d4fd6432667390bb4726854"
46-
cargo tangle blueprint deploy
33+
cargo tangle blueprint deploy tangle --devnet
4734
```
4835

49-
See [deploy command reference](./reference.mdx#deploy) for all options.
36+
See [deploy command reference](./tangle.mdx#deploying-a-blueprint) for all options.

pages/developers/cli/reference.mdx

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)