
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.
coinstac-server-core
Advanced tools
COINSTAC core server functionality. Documentation.
Install in your project to use programmatically:
npm install coinstac-server-core --save
Or, install globally for easy CLI use:
npm install coinstac-server-core
Official API documentation may be found here.
This library has one chief export, a server
function:
const coinstacServerCore = require('coinstac-server-core');
constacServerCore({
// External database URL:
dbUrl: 'https://my-cloud.cloudant.com/',
// Keep local docs memory (using memdown):
inMemory: true,
// Seed the consortia database:
seed: [{/*...*/}, {/*...*/}]
})
.then(remotePipelineRunnerPoolInstance => { ... })
.catch(error => console.error(error));
Use the coinstac-server-core
utility. Pass the --help
flag to see all the options:
$ coinstac-server-core --help
Usage: coinstac-server-core [options]
Options:
-h, --help output usage information
-V, --version output the version number
-db, --database [value] Database connection string
-m, --memory Use in-memory database
-s, --seed [value] Seed the consortia database
Databases:
Specify the CouchDB database connection as a URL string:
$ coinstac-server-core --database http://localhost:5984
Seeding:
Pass the '--seed' flag to use the built-in seed documents. You may also pass
in the path to your custom consortia JSON file:
$ coinstac-server-core --seed ./path/to/my/docs.json
MIT. See LICENSE for details.
FAQs
COINSTAC core server functionality.
The npm package coinstac-server-core receives a total of 1 weekly downloads. As such, coinstac-server-core popularity was classified as not popular.
We found that coinstac-server-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.