egg-aelf

1.0.4 • Public • Published

egg-aelf

NPM version

npm download

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.

License

MIT

Package Sidebar

Install

npm i egg-aelf

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • hzz780