-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 836 Bytes
/
db.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
{
"activities": [
{
"logo": "fab fa-ethereum",
"activity": "buy ethereum",
"kind": "income",
"price": "5000",
"id": 3
},
{
"logo": "fas fa-dollar-sign",
"activity": "sold",
"kind": "income",
"price": "7000",
"id": 4
},
{
"activity": "buy",
"price": "5000",
"kind": "expense",
"logo": "fab fa-bitcoin",
"id": 8
},
{
"logo": "fab fa-bitcoin",
"activity": "buy",
"kind": "expense",
"price": "1000",
"id": 11
},
{
"activity": "sold it",
"logo": "fab fa-bitcoin",
"kind": "income",
"price": "3000",
"id": 12
},
{
"price": "3500",
"kind": "expense",
"activity": "buy",
"logo": "fab fa-ethereum",
"id": 13
}
]
}