![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
striim-cli
Advanced tools
This is a command line interface that aims to make usage of the hubii striim APIs as easy and convenient as possible, while maintaining the flexibility of the platform.
striim is hubii's scaling solution for the Ethereum block chain. It is a hybrid centralized/decentralized solution that enables instant (micro-) payments, trading and trustless settlements.
See www.hubii.com for more information.
To install and make the command part of your path:
npm install -g striim-cli
To use the striim CLI tool you need to first create a configuration in your
home folder as .striim/config.yaml
Use the init
command to create a new config file:
striim init
The config.yaml
file is a YAML file where you will need to specify the
following properties:
The CLI tool will give a warning in the shell if the configuration file is accessible by anyone besides the owner. To keep your wallet and API access secure, make sure only you have access to the config file.
Example file:
apiRoot: api2.dev.hubii.net
appId: 123456789012345678901234
appSecret: ********************
wallet:
address: 1234567890123456789012345678901234567890
secret: ********************
The UTC file is expected to be found in ~/.striim/keystore
.
To show the built-in help:
striim --help
or to show help for a specific sub-command:
striim <command> --help
This will create a config folder and file if it doesnt already exist:
striim init
To recreate and discard previous settings add the --force
flag:
striim init --force
striim configuration
Deposit on-chain funds to be available in hubii striim:
striim deposit 1 ETH
striim deposit 1 TT1
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
Shows your balance in hubii striim:
striim show balance
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
striim pay 100 TT1 to 0a24740dcb4ba8fb8469ef4cfe22eeedcf069076
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
striim show payments
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
striim show receipts
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
striim show tokens
Results are printed as JSON. It is recommended to pipe the result
through jq
to get a pretty output in the shell.
FAQs
CLI interface for using the Hubii Striim APIs
We found that striim-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.