
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@spheron/cli
Advanced tools
🧰 CLI tool for creating and deploying dapps to web3.
To use Spheron CLI, you need to first install it using the following command:
sudo npm install -g @spheron/cli
Once you have installed the CLI, you can use the following commands to create and deploy dapps to web3:
Use spheron init
to initialize a deployment configuration and create a Spheron configuration file in your project directory.
spheron init
spheron init [--import {DOCKER COMPOSE PATH}] [--dockerFile {DOCKERFILE PATH}] [--marketplace {APP ID}]
You can update this file manually afterwards to change default settings.
Params options
import - relative path to docker compose file
dockerFile - relative path to dockerfile
marketplace - marketplace app ID
Use spheron publish
to deploy your instance — Uses the spheron.yaml file to launch your instance.
spheron deploy
This command will look up at your spheron.yaml file and use its configuration to deploy the instance.
Use spheron create-organization
if you want to create a new organization. This will set that organization as default and will use it later for upload/publish commands by default. Keep in mind that first time you execute spheron login
command, you will get new organization created if you already didn't have one set up.
spheron create-organization
This will open up a prompter that will help you set up your new organization. If you want to directly call it without prompter you can use:
spheron create-organization --name {organization_name} --username {organization_username}
Params options
name* - name of your organization
username* - username represent short name for your organization.
Note: * stands for mandatory (if all of mandatory params are not sent, prompter will be opened)
Use spheron login
to connect to your Spheron account. This command will allow you to authenticate to Spheron and is mandatory to execute before doing upload
or publish
commands.
spheron login
This will open up a prompter that will help you set up your new organization. If you want to directly call it without prompter you can use:
spheron login [--github | --gitlab | --bitbucket]
You can learn more about Spheron and Spheron CLI here:
FAQs
CLI for working on projects and deploying them via Spheron
We found that @spheron/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.