roks0n / arkdelegates-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARKdelegates.io plugin

Plugin used by arkdelegatesio Twitter account

Installation

Clone

cd ~/ark-core/plugins
git clone https://github.com/deadlock-delegate/arkdelegates-plugin
lerna bootstrap

Registration

Open ~/.ark/config/plugins.js and add the following at the end.

'@deadlock/arkdelegates-plugin': {}

like so:

module.exports = {
  '@arkecosystem/core-event-emitter': {},
  '@arkecosystem/core-config': {},
  ...
  '@deadlock/notifier': {
    enabled: true,
    consumerKey: '',
    consumerSecret: '',
    accessToken: '',
    accessTokenSecret: ''
  }
}

Credits

License

MIT © roks0n

About

License:MIT License


Languages

Language:JavaScript 100.0%