Package Exports
- @w3ux/observables-connect
- @w3ux/observables-connect/accounts
- @w3ux/observables-connect/extensions
Readme
Observables Connect
Observables for extensions and accounts discovery
Installation
npm install @w3ux/observables-connect
or
yarn add @w3ux/observables-connect
or
pnpm add @w3ux/observables-connect
Usage
import { /* your imports */ } from '@w3ux/observables-connect'
Observables
This package provides RxJS observables for reactive programming:
import { /* specific observable */ } from '@w3ux/observables-connect'
// Subscribe to observables
/* your observable */.subscribe(value => {
console.log(value)
})
Documentation
For comprehensive documentation and examples, visit the w3ux documentation.
Keywords
w3ux
, polkadot
, web3
, observables
, rxjs
, extensions
, accounts
, typescript
Repository
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
License
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.