
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
immutable-wallet
Advanced tools
A javascript SDK for setting up Immutable wallets and creating embedded controllers.
A Javascript SDK for creating Immutable Wallets in the browser.
import { ImmutableWallet } from 'immutable-wallet';
let owner = '0x0000000000000000000000000000000000000000';
let address = new ImmutableWallet(owner);
console.log(address);
Wallets are encrypted with a user-defined password and stored in local storage.
Each Immutable Wallet has a primary operator called the 'owner' or 'controller'. This user is able to add or remove modules and perform many other ownership-level actions. In principle.
let owner = '0x0000000000000000000000000000000000000000';
let address = new ImmutableWallet(owner);
import * as immutable from 'immutable-wallet';
let owner = await immutable.importJSON('', 'password');
let owner = await immutable.importMnemonic('hi alex this is me', 'password')
let owner = await immutable.createLocalWallet('password');
FAQs
A javascript SDK for setting up Immutable wallets and creating embedded controllers.
We found that immutable-wallet 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.