This package converts Ethereum addresses to IBAN addresses a vice versa.
npm install datxweb-datx-ibanThis is a sub module of [Datxweb.js][repo]
This is the IBAN module to be used in the datxweb-datx module.
Please read the [documentation][docs] for more.
``bash`
npm install datxweb-datx-iban
`js
import {Iban} from 'datxweb-datx-iban';
new Iban('XE75JRZCTTLBSYEQBGAS7GID8DKR7QY0QA3');
``
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