JSPM

@glideco/ows-react-native

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q35489F
  • License MIT

Open Wallet Standard (OWS / Wallet Standard) React Native provider for Glide. Exposes Glide's mobile enclave signer (iOS Secure Enclave + Android StrongBox) as a Wallet Standard wallet that local agent runtimes can discover and use via the standard register-wallet event protocol.

Package Exports

  • @glideco/ows-react-native
  • @glideco/ows-react-native/src/index.ts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@glideco/ows-react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@glideco/ows-react-native

Open Wallet Standard (OWS) React Native provider for Glide. Exposes Glide's mobile enclave-signer (iOS Secure Enclave + Android StrongBox) as an OWS-compliant wallet so any agent runtime that discovers an OWS provider on the device can use Glide's hardware-backed keys.

First canonical OWS RN implementation in the ecosystem (no official SDK exists).

Install

npm install @glideco/ows-react-native

Usage

import { registerGlideOwsProvider } from '@glideco/ows-react-native';

registerGlideOwsProvider({
  backend: enclaveBackend,
  metadata: {
    name: 'Glide',
    version: '1.0.0',
    specVersion: '1.0',
    chains: ['eip155:1'],
  },
});

License

MIT