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-nativeUsage
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