Last active
June 25, 2019 06:04
-
-
Save PhilippLgh/c7745bf029dc1dcb1f41eb732e06b266 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"grid": { | |
"version": "1.0.0" | |
}, | |
"plugins": [ | |
{ | |
"name": "swarm", | |
"displayName": "Swarm", | |
"type": "storage", | |
"author": { | |
"name": "Philipp Langhans", | |
"email": "[email protected]", | |
"address": "9fae5e6e2583216f23bdf94f74ceae26e209b31e" | |
}, | |
"location": "https://github.com/PhilippLgh/grid-swarm-extension" | |
}, | |
{ | |
"name": "raiden", | |
"displayName": "Raiden Network", | |
"type": "tools", | |
"author": { | |
"name": "Philipp Langhans", | |
"email": "[email protected]", | |
"address": "02cd3ee7afec844b8f0d0065ba4ae86c2035dd3a" | |
}, | |
"location": "https://github.com/PhilippLgh/grid-raiden-extension" | |
}, | |
{ | |
"name": "clef", | |
"displayName": "Clef Signer", | |
"type": "tools", | |
"location": "https://github.com/ryanio/grid-clef-plugin" | |
}, | |
{ | |
"name": "prysm-beacon-chain", | |
"displayName": "Prysm Beacon Chain", | |
"location": "https://github.com/PhilippLgh/grid-prysm-beacon-chain-plugin" | |
}, | |
{ | |
"name": "prysm-validator", | |
"displayName": "Prysm Validator", | |
"location": "https://github.com/PhilippLgh/grid-prysm-validator-plugin" | |
} | |
], | |
"apps": [ | |
{ | |
"name": "P2P Sharing", | |
"description": "Example P2P file sharing app with Grid", | |
"screenshot": "https://github.com/PhilippLgh/ethereum-grid-tutorials/raw/master/assets/Swarm-file-dropzone.PNG", | |
"url": "package://github.com/PhilippLgh/grid-swarm-p2p" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment