An open API service indexing awesome lists of open source software.

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

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"
}
```