1.0.4 • Published 6 years ago

egg-aelf v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago