@glideco/ows-react-native
v0.1.0
Published
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 regist
Downloads
20
Maintainers
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
