-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
97 lines (96 loc) · 4.64 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
91
92
93
94
95
96
97
[
{
"title": "Basics",
"guides": [
{
"title": "1. Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/01-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/1-cryptocurrency-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "2. Wallets",
"image_url":"https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/02-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/2-wallets-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "3. Private Keys",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/03-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/3-private-keys-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "4. Safe Storage Tips",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/04-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/4-safe-storage-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "5. Bitindi Wallet",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/05-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/5-bitindi-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "6. Buying Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/06-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/6-buying-cryptocurrency-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "7. Spending Cryptocurrency",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/07-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/7-spending-cryptocurrency.md",
"updated_at": "01-06-2020"
},
{
"title": "8. Transactions",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/08-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/8-transactions-basics.md",
"updated_at": "01-06-2020"
},
{
"title": "10. Smart Contract",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/images/01-main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/fundamentals/8-transactions-basics.md",
"updated_at": "10-06-2022"
}
]
},
{
"title": "Coins",
"guides": [
{
"title": "Bitcoin in Simple Terms",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/images/btc-Main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/bitcoin.md",
"updated_at": "01-06-2020"
},
{
"title": "Ethereum in Simple Terms",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/images/eth-Main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/ethereum.md",
"updated_at": "01-06-2020"
},
{
"title": "Bitcoin Cash in Simple Terms",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/images/bch-Main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/bitcoin-cash.md",
"updated_at": "01-06-2020"
},
{
"title": "Tether in Simple Terms",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/images/usdt-Main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/tether.md",
"updated_at": "01-06-2020"
},
{
"title": "MakerDAO & DAI in Simple Terms",
"image_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/images/mkr-Main-l.png",
"file_url": "https://raw.githubusercontent.com/bitindi/crypto-guides/main/token_guides/makerdao.md",
"updated_at": "01-06-2020"
}
]
}
]