jolocom-lib-stax-connector
v0.4.0
Published
Lightweight connector implementation for staX
Downloads
1
Keywords
Readme
Connectors allowing JolocomLib to interface with a deployed staX instance.
This branch contains only the "adapter" classes that assemble and parse transactions. It is intended for usage on client devices (e.g. NodeJS, React Native). It expects a configured http client to operate correctly (the interface that must be satisfied is defined in ./ts/http.ts
).
Please check the ./tests/integration.ts
file on the master
branch for setup / usage examples.