Skip to main content

web3-eth-personal

The web3-eth-personal package allows you to interact with the Ethereum node’s accounts.

NOTE: Many of these functions send sensitive information like passwords. Never call these functions over a unsecured Websocket or HTTP provider, as your password will be sent in plain text!

import Personal from ‘web3-eth-personal’;

const personal = new Personal(‘http://localhost:8545');

or using the web3 umbrella package

import Personal from ‘web3-eth-personal’; const web3 = new Web3(‘http://localhost:8545'); // web3.eth.personal

Index

Classes

References

References

default

Renames and re-exports Personal