Skip to content

Browser: Introduction

The SignalClient is an EventEmitter interface that can be used to communicate with the Service. It’s designed to facilitate authentication and peer-to-peer communications. The interface is composed of methods that can be manually executed.

Install

Terminal window
npm install algorandfoundation/liquid-auth-js --save

Get Started

Use-Wallet [WIP]

We recommend using use-wallet from TxnLabs. Check back soon for more details.

Manual Integration

app.ts
import {SignalClient} from '@algorandfoundation/liquid-client';
const client = new SignalClient(window.origin);