Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 3d871a3

Browse files
authored
Merge pull request #15 from zkSync-Community-Hub/feat/json-descriptions
feat: tutorials.json descriptions
2 parents d01c44a + 9ed72b3 commit 3d871a3

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For tutorials created and maintained by the zkSync team, [check out this reposit
4848
"",
4949
""
5050
],
51-
"level": "", // beginner, intermediate or expert
51+
"time": "", // time taken to complete tutorial in hours, e.g. "1 hour", "2 to 4 hours"
5252
"author": "", // person, project, or company
5353
"slug": "" // the tutorial folder name inside `/tutorials`
5454
}

tutorials.json

+23-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
[
22
{
3-
"title": "",
4-
"description": "",
5-
"tags": [
6-
""
7-
],
8-
"level": "",
9-
"author": "",
10-
"slug": ""
3+
"title": "zkSync Era quickstart with zksync-cli",
4+
"description":
5+
"Use the zksync-cli to deploy your first smart contract to zkSync Era testnet.",
6+
"tags": ["cli", "testnet", "smart contract"],
7+
"time": "1 hour",
8+
"author": "A. Ufano",
9+
"slug": "zksync-cli-quickstart"
10+
},
11+
{
12+
"title": "Use Redstone to feed offchain data to smart contracts",
13+
"description": "By the end of this tutorial you will understand how to integrate your dApp built on zkSync with RedStone oracles.",
14+
"tags": ["oracle", "redstone", "smart contract"],
15+
"time": "2 to 3 hours",
16+
"author": "C. Haliniarz",
17+
"slug": "zkSync-RedStone-stable-price-marketplace-tutorial"
18+
},
19+
{
20+
"title": "Deploy a Subgraph Tracking a Specific Address on zkSync",
21+
"description": "learn how to deploy a subgraph that tracks a specific address on zkSync Era mainnet. Deploying graphs is a great way to query data from network historically and in real-time.",
22+
"tags": ["graph", "indexer", "subgraph"],
23+
"time": "1 hour",
24+
"author": "D. Huisman",
25+
"slug": "the-graph"
1126
}
1227
]

0 commit comments

Comments
 (0)