Web3 module to interact with the Ethereum blockchain and smart contracts.
npm install datxweb-datxThis is a sub module of [Datxweb.js][repo]
This is the Datx module to be used [Datxweb.js][repo].
Please read the [documentation][docs] for more.
``bash`
npm install datxweb-datx
`js
import {Datx} from 'datxweb-datx';
const eth = new Datx(
'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