1.0.6 • Published 9 months ago

@mira-network/sdk v1.0.6

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

Mira SDK

License

Description

Mira SDK is a powerful library that provides seamless integration with the Mira Network API. It allows developers to easily interact with the network and perform various operations.

Features

  • Simple and intuitive API
  • Secure authentication using API key
  • Error handling for unauthorized access

Installation

To install Mira SDK, simply run the following command:

npm install @mira-network/sdk

Usage

import { Client } from "@mira-network/sdk";

// Create a new instance of the client
const client = new Client({ apiKey: "YOUR_API_KEY" });

// Execute a flow
try {
  await client.exec("your-flow");
} catch (error) {
  console.error(error);
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you have any questions or need assistance, feel free to reach out to our support team at support@mira.network

1.0.6

9 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago