Web3 module to interact with the Ethereum blockchain accounts stored in the node.
npm install datxweb-datx-personalThis is a sub module of [Datxweb.js][repo]
This is the personal module to be used in the datxweb-datx module.
Please read the [documentation][docs] for more.
``bash`
npm install datxweb-datx-personal
`js
import {Personal} from 'datxweb-datx-personal';
const personal = new Personal(
'http://127.0.0.1:4546',
null,
options
);
``
All the typescript typings are placed in the types folder.
[docs]: http://datxwebjs.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/datxweb.js