Skip to content

localhost-international/react-native-dat-sdk

Repository files navigation

React Native Dat SDK

Dat SDK for React Native.

A work in progress.

Installation

npm install react-native-dat-sdk

Usage

import DatSdk from "react-native-dat-sdk";

// ...

const result = await DatSdk.multiply(3, 7);

Contributing

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

License

GNU Affero General Public License.