-
Notifications
You must be signed in to change notification settings - Fork 0
/
xnft.json
30 lines (30 loc) · 982 Bytes
/
xnft.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
{
"name": "Synx | Blockchain Storage",
"version": "1.0.2",
"storage": "aws",
"description": "With the Synx xNFT, you can store your files, photos, videos, and other important documents securely on the blockchain via GenesysGo's Shadow Drive, ensuring that they are always safe and easily accessible from anywhere in the world.",
"website": "https://t.co/OEm0YB4p3K",
"kind": "app",
"icon": {
"md": "./assets/logo.png"
},
"contact": "https://github.com/Mjavala/synx-xnft",
"programIds": [
"SHDWyBxihqiCj6YekG2GUr7wqKLeLAMK1gHZck9pL6y",
"972oJTFyjmVNsWM4GHEGPWUomAiJf2qrVotLtwnKmWem",
"SHDWRWMZ6kmRG9CvKFSD7kVcnUqXMtd3SaMrLvWscbj",
"2e1wdyNhUvE76y6yUCvah2KaviavMJYKoRun8acMRBZZ"
],
"screenshots": [
"./assets/test-vault.png",
"./assets/xnft-hero.png",
"./assets/xnft-video.png",
"./assets/upload.png",
"./assets/vaults-view.png"
],
"entrypoints": {
"default": {
"web": "./web-build/index.html"
}
}
}