![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
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
The npm package striim-cli receives a total of 2 weekly downloads. As such, striim-cli popularity was classified as not popular.
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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.