
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.
Feature complete EOS RPC API for node.
The tests are under the assumption you have followed the initial install from EOS Add a config.js file with your private keys
module.exports = { PRIVATE_KEY_1: 'xx' , PRIVATE_KEY_INITA: 'xx', DEFAULT_WALLET_PRIVATE_KEY: 'xx', }
$ npm test
See the EOS RPC API docs.
let { chain, wallet } = require('eos-rpc')
chain = chain('host', 'chain_port')
wallet = wallet('host', 'wallet_port')
or for local development
let { chain, wallet } = require('eos-rpc')
// Host defaults to 127.0.0.1, chain_port: 8888, wallet_port: 8888
chain = chain()
wallet = wallet()
All calls are Promisified.
chain.get_info()
chain.get_block(block_num_or_id)
chain.get_account(account_name)
chain.get_code(account_name)
chain.get_table_rows(scope, code, table, json)
chain.abi_json_to_bin(code, action, args)
chain.get_required_keys(available_keys, transaction)
chain.push_transaction(expiration, messages, read_scope = [], ref_block_num, ref_block_prefix, scope, signatures)
chain.push_transactions(xActions)
wallet.create(name)
wallet.open(name)
wallet.lock(name)
wallet.lock_all(name)
wallet.unlock(name, privateKey)
wallet.import_key(name, privateKey)
wallet.list()
wallet.list_keys()
wallet.get_public_keys()
wallet.set_timeout(timeout)
wallet.wallet_sign_trx(timeout)
FAQs
An rpc api for the EOS blockchain
The npm package eos-rpc receives a total of 0 weekly downloads. As such, eos-rpc popularity was classified as not popular.
We found that eos-rpc 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.
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.