@cypherock/protocols

Communication protocols for the cypherock x1 wallet

Usage no npm install needed!

<script type="module">
  import cypherockProtocols from 'https://cdn.skypack.dev/@cypherock/protocols';
</script>

README

Cypherock Protocol Module

This module has all the communciation flows with the hardware wallet such as Add Wallet, Add Coin, Send Transaction, Receive Transaction, Card Authentication, and Device Upgrade.

Architecture

This library is built on Object Oriented architechture, with events. These flows can also be cancelled.

Development

Setup

Requirements

Install

# install dependencies
yarn

Build

yarn build