hubot-openassets
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "hubot-openassets", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Hubot script for managing and sending assets based on the Open Assets protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
// Description: | ||
// Manage a openassets wallet and send rewards to people | ||
// | ||
// Configuration: | ||
// | ||
// OA_ASSET_FROM_ADDRESS: sender's wallet open asset address | ||
// OA_DEFAULT_QUANTITY: qunatity of assets that should be sent if not provided by the user | ||
// OA_ASSET_ID: ID of the asset to be transferred | ||
// OA_SERVER_URL: URL of the open assets server that does the actual transfer | ||
// OA_SERVER_USERNAME: username for server basic auth | ||
// OA_SERVER_PASSWORD: password for server basic auth | ||
// OA_MAX_QUANTITY (optional): maximum quantity of assets that can be transferred | ||
// | ||
// Commands: | ||
@@ -22,2 +12,12 @@ // kredits address add <nick> <address> - Add an Open Assets address for a user | ||
// | ||
// Configuration: | ||
// OA_BOT_KEYWORD: The keyword for issuing asset commands. Usually the asset name in lowercase, e.g. "kredits" | ||
// OA_ASSET_ID: ID of the asset to be transferred | ||
// OA_ASSET_FROM_ADDRESS: Sender's wallet open asset address | ||
// OA_DEFAULT_QUANTITY: Quantity of assets that should be sent if not provided by the user | ||
// OA_SERVER_URL: URL of the open assets server that does the actual transfer | ||
// OA_SERVER_USERNAME: Username for server basic auth | ||
// OA_SERVER_PASSWORD: Password for server basic auth | ||
// OA_MAX_QUANTITY (optional): Maximum quantity of assets that can be transferred | ||
// | ||
// Authors: | ||
@@ -24,0 +24,0 @@ // Michael Bumann <hello@michaelbumann.com> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11297
6