https://github.com/ryanio/grid-clef-plugin
Grid Clef Plugin
https://github.com/ryanio/grid-clef-plugin
Last synced: 10 months ago
JSON representation
Grid Clef Plugin
- Host: GitHub
- URL: https://github.com/ryanio/grid-clef-plugin
- Owner: ryanio
- Created: 2019-05-29T14:03:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T17:38:02.000Z (over 6 years ago)
- Last Synced: 2025-08-11T15:28:30.176Z (11 months ago)
- Language: JavaScript
- Homepage: https://grid.ethereum.org/
- Size: 1.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grid Clef Plugin
This is the example Clef integration for Grid.
If you want to use this plugin in Grid you can add it to `plugins.json` like this:
```
{
"name": "clef",
"displayName": "Clef",
"type": "signer",
"author": {
"name": "Ryan Ghods",
"email": "ryan@ethereum.org",
"address": "84741b205fe071833b97b081a87dc39fae078ff3"
},
"location": "https://github.com/ryanio/grid-clef-plugin"
}
```