
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
eth-token-wallet
Advanced tools
Wallet functionality (eth / erc20) on any evm chain
Example:
const supportedChains: ChainInfo[] = [
{
id: 100,
rpcUrl: 'https://rpc.ankr.com/gnosis' // a public gnosis node
},
{
id: 1,
rpcUrl: '' // Your eth mainnet node goes here - infura, etc.
},
... (add additional evm chains here)
]
// Encrypted wallet persists in localStorage
const store = new BrowserStore()
const wallet = new TokenWallet(store)
// unlock and decrypt wallet if already setup
if (wallet.isInitialized()) wallet.Start('password123')
// otherwise initialize and encrypt a new wallet
else wallet.initialize(supportedChains, 'password123', 'all all all all all all all all all all all all')
Functions:
// create unsigned tx with recommended gas limit and price
await wallet.ethTx({ to, value })
await wallet.erc20Tx({ to, value, tokenAddress })
await wallet.customDataTx({ to, value, data })
await wallet.signAndBroadcast(tx)
await wallet.getAddress()
await wallet.getCurrentChain()
await wallet.getBip44Path()
await wallet.erc20Balance({ tokenAddress })
wallet.wipe() // wipe encrypted wallet from storage
wallet.initialize(supportedChains, password, mnemonic)
wallet.start()
wallet.isStarted()
wallet.isInitialized()
wallet.addChain({ id, rpcUrl })
wallet.switchChain(newChainId)
wallet.setBip44Path(newPath)
FAQs
Basic wallet functionality (eth / erc20) on any evm chain
We found that eth-token-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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.