@secux/transport

SecuX Hardware Wallet transport API for communication layer

Usage no npm install needed!

<script type="module">
  import secuxTransport from 'https://cdn.skypack.dev/@secux/transport';
</script>

README

@secux/transport

SecuX Hardware Wallet transport API for communication layer

Usage

import { ITransport } from '@secux/transport';

class CustomTransport extends ITransport {
    ...
}