
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
hubot-openassets
Advanced tools
Hubot script for managing and sending assets based on the Open Assets protocol
A hubot script for managing and sending assets based on the Open Assets protocol. Initially written for easily sending Kosmos Kredits to contributors of the Kosmos open source project.
The script contains addressbook functionality so you can send assets to a
nickname instead of an address. For example, after adding an entry via kredits address add derbumi akDWac1wFCFtaF2omEZ5KLTPMMPS4C5s89H
you can send
kredits to that user using a simple kredits send 100 to derbumi
.
Listing/showing assets and balances works without an additional server. Sending kredits is done via a Ruby/Rack app called openassets-sinatra, which is running together with bitcoind on a server.
Key | Description |
---|---|
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 |
OA_PLUSPLUS_ROOMS (optional) | comma seperated list of rooms that should have the ++ send feature enabled. (note: include the # for IRC) |
Key | Description |
---|---|
<keyword> address add <name> <address> | ... |
<keyword> address delete <name> | ... |
<keyword> address list | ... |
<keyword> show <name> | ... |
<keyword> list | ... |
<keyword> send [amount] to <name> | ... |
<name>++ | Send the default amount to <name> . Disabled by default, see OA_PLUSPLUS_ROOMS config. |
FAQs
Hubot script for managing and sending assets based on the Open Assets protocol
The npm package hubot-openassets receives a total of 0 weekly downloads. As such, hubot-openassets popularity was classified as not popular.
We found that hubot-openassets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.