
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.
@arianee/arianeejs
Advanced tools
Develop: [](https://circleci.com/gh/Arianee/arianeeJS/tree/develop.svg)
The full doc is avalaible here: https://docs.arianee.org/docs/arianee-js
Get the last version from NPM or your favorite registry:
npm i @arianee/arianeejs -D
import { Arianee } from '@arianee/arianeejs'
(async function () {
// By default Arianee will be initialized on testnet network
const arianee = await new Arianee().init();
// Create a wallet
const wallet = arianee.fromRandomKey();
// Request POA and Aria and approves store to make transaction on blockchain
await wallet.requestPoa();
await wallet.requestAria();
await wallet.methods.approveStore();
const balanceOfPoa = await wallet.methods.balanceOfPoa();
console.log('balanceOfPoa: ', balanceOfPoa);
});
If you have an issue or you found a bug, please open an issue on our github repo: https://github.com/Arianee/arianeeJS/issues Try to give us piece of code and the most details you can so we can reproduce your issue easily, and the help you faster.
Your contribution are welcome if they comply to the following requirements:
export GITHUBTOKEN=YOUR_GIT_HUB_TOKEN
echo 127.0.0.1 blockchain | sudo tee -a /etc/hosts
echo 127.0.0.1 wallet | sudo tee -a /etc/hosts
4 Launch Docker compose
docker-compose up
FAQs
Develop: [](https://circleci.com/gh/Arianee/arianeeJS/tree/develop.svg)
The npm package @arianee/arianeejs receives a total of 117 weekly downloads. As such, @arianee/arianeejs popularity was classified as not popular.
We found that @arianee/arianeejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.