Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 488 Bytes

File metadata and controls

30 lines (17 loc) · 488 Bytes

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.