0.0.0-alpha.0 • Published 5 months ago

react-native-crossbell-kit v0.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-crossbell-kit

A functional component library designed for building dApps on Crossbell!

Installation

npm install react-native-crossbell-kit

Usage

import { multiply } from 'react-native-crossbell-kit';

// ...

const result = await multiply(3, 7);

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