crypblizz8 / walletkit

Wallet UI Kit for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Wallet Kit

Bootstrap Web3 Wallet Components with one simple package.

Installation

yarn add walletkit

Usage

import { WalletKitProvider } from 'walletkit';
...

 <WalletKitProvider projectId={projectId} relayUrl={relayURL} metadata={metadata}>
    <Component>
 </WalletKitProvider>

Alpha Release

Beta / Future Releases

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

License

Licensed under the MIT License

See LICENSE for more information.

About

Wallet UI Kit for React Native

License:MIT License


Languages

Language:TypeScript 68.2%Language:JavaScript 31.8%