-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
43 lines (42 loc) · 918 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
{
"Assets":[
{
"id": 1,
"title": "berkin bag",
"status": "in progress",
"quantity": 100,
"signator": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11dE"
},
{
"id": 2,
"title": "ps5",
"status": "cancelled",
"quantity": 100,
"signator": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11dE"
},
{
"id": 3,
"title": "iphone 13",
"status": "completed",
"quantity": 100,
"signator": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11dE"
},
{
"id": 4,
"title": "samsung tv",
"status": "completed",
"quantity": 100,
"signator": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11dE"
}
],
"profile":[
{
"address": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11dE",
"name": "james"
},
{
"address": "0x5E7b2Bbb14B8a9097A26A93982624067A1dB11eF",
"name": "tony"
}
]
}