Web3 module to generate Ethereum accounts and sign data and transactions.
npm install datxweb-datx-accountsThis is a sub module of [Datxweb.js][repo]
This is the accounts module to be used in the datxweb-datx module.
Please read the [documentation][docs] for more.
``bash`
npm install datxweb-datx-accounts
`js
import {Accounts} from 'datxweb-datx-accounts';
const accounts = new Accounts(
'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