forked from zkSync-Community-Hub/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorials.json
35 lines (35 loc) · 1.33 KB
/
tutorials.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"title": "zkSync Era quickstart with zksync-cli",
"description":
"Use the zksync-cli to deploy your first smart contract to zkSync Era testnet.",
"tags": ["cli", "testnet", "smart contract"],
"time": "1 hour",
"author": "A. Ufano",
"slug": "zksync-cli-quickstart"
},
{
"title": "Use Redstone to feed offchain data to smart contracts",
"description": "By the end of this tutorial you will understand how to integrate your dApp built on zkSync with RedStone oracles.",
"tags": ["oracle", "redstone", "smart contract"],
"time": "2 to 3 hours",
"author": "C. Haliniarz",
"slug": "zkSync-RedStone-stable-price-marketplace-tutorial"
},
{
"title": "Deploy a Subgraph Tracking a Specific Address on zkSync",
"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.",
"tags": ["graph", "indexer", "subgraph"],
"time": "1 hour",
"author": "D. Huisman",
"slug": "the-graph"
},
{
"title": "Web3Modal & zkSync Era",
"description": "learn how to create a website and connect to zkSync ERA with your wallet.",
"tags": ["wallets", "website", "web3modal"],
"time": "20 minutes",
"author": "Glitch-txs",
"slug": "web3modal"
}
]