-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.json
90 lines (90 loc) · 4.9 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"title": "Basics",
"guides": [
{
"title": "1. Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/01-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/1-cryptocurrency-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "2. Wallets",
"image_url":"https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/02-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/2-wallets-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "3. Private Keys",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/03-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/3-private-keys-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "4. Safe Storage Tips",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/04-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/4-safe-storage-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "5. Unstoppable Wallet",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/05-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/5-unstoppable-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "6. Buying Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/06-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/6-buying-cryptocurrency-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "7. Spending Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/07-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/7-spending-cryptocurrency.md",
"updated_at": "01-06-2020"
},
{
"title": "8. Transactions",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/images/08-main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/fundamentals/8-transactions-basics.md",
"updated_at": "01-06-2020"
}
]
},
{
"title": "Coins",
"guides": [
{
"title": "Bitcoin in Simple Terms",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/images/btc-Main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/bitcoin.md",
"updated_at": "01-06-2020"
},
{
"title": "Ethereum in Simple Terms",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/images/eth-Main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/ethereum.md",
"updated_at": "01-06-2020"
},
{
"title": "Bitcoin Cash in Simple Terms",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/images/bch-Main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/bitcoin-cash.md",
"updated_at": "01-06-2020"
},
{
"title": "Tether in Simple Terms",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/images/usdt-Main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/tether.md",
"updated_at": "01-06-2020"
},
{
"title": "MakerDAO & DAI in Simple Terms",
"image_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/images/mkr-Main-l.png",
"file_url": "https://raw.githubusercontent.com/horizontalsystems/blockchain-crypto-guides/master/token_guides/makerdao.md",
"updated_at": "01-06-2020"
}
]
}
]