-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add readme to plugins #1319
add readme to plugins #1319
Conversation
libraries/plugins/README.md
Outdated
|
||
# Available Plugins | ||
|
||
Number | Name | Description | Category | Status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add column with database space_id.
libraries/plugins/README.md
Outdated
|
||
The main source of I/O of the bitshares blockchain is the API. Plugins are a more powerful alternative to build more complex developments for when the current API is not enough. | ||
|
||
Plugins are optional to run by node operator according to their needs however all plugins here will be compiled. There are plans for optional build of plugins at: #533 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use proper github url instead of hashtag reference.
Thanks. Does the "number" column have a particular meaning? There is no useful ordering of plugins within the code, perhaps remove the column and order plugins alphabetically? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome.
libraries/plugins/README.md
Outdated
|
||
The main source of I/O of the bitshares blockchain is the API. Plugins are a more powerful alternative to build more complex developments for when the current API is not enough. | ||
|
||
Plugins are optional to run by node operator according to their needs however all plugins here will be compiled. There are plans for optional build of plugins at: [Issue 533](https://github.com/bitshares/bitshares-core/issues/533) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... to their needs. However, ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Very helpful.
Added a table to plugins in a BSIP style to keep control of current plugins with some basic information for visitors landing in this section of our software.