egg-aelf
v1.0.4
Published
Aelf easy plugin for egg
Downloads
7
Readme
egg-aelf
Install
npm i egg-aelf --save
Usage
// {app_root}/config/plugin.js
exports.aelf = {
enable: true,
package: 'egg-aelf',
};
Configuration
// {app_root}/config/config.default.js
exports.aelf = {
initRequestLimit: 20, // default: 20
app: true,
metaSource: 'http://127.0.0.1:7101/api/nodes/info'
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.