1.0.4 • Published 5 years ago

egg-aelf v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago