https://github.com/ryanio/grid-ipfs-plugin
IPFS plugin for https://grid.ethereum.org
https://github.com/ryanio/grid-ipfs-plugin
Last synced: about 1 year ago
JSON representation
IPFS plugin for https://grid.ethereum.org
- Host: GitHub
- URL: https://github.com/ryanio/grid-ipfs-plugin
- Owner: ryanio
- Created: 2019-07-04T02:35:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T04:44:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T01:36:03.754Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grid IPFS Plugin
This is an IPFS plugin integration for Grid.
If you want to use this plugin in Grid, you can add it to `plugins.json` like this:
```
{
"name": "ipfs",
"displayName": "IPFS",
"type": "storage",
"author": {
"name": "Ryan Ghods",
"email": "ryan@ethereum.org",
"address": "84741b205fe071833b97b081a87dc39fae078ff3"
},
"location": "https://github.com/ryanio/grid-ipfs-plugin"
}
```