# tai-array-generator

> A collection of utilities for working with Stellar blockchain.

Latest version **1.0.0** (published 2024-03-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install tai-array-generator
pnpm add tai-array-generator
yarn add tai-array-generator
bun add tai-array-generator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2024-03-18 |
| First published | 2024-03-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | tai32max32 |

## Links

- npm: https://www.npmjs.com/package/tai-array-generator
- Repository: https://github.com/tai32max/tai-array-generator
- Homepage: https://github.com/tai32max/tai-array-generator#readme
- Issues: https://github.com/tai32max/tai-array-generator/issues
- npm.io page: https://npm.io/package/tai-array-generator

## Dependencies (9)

- [axios](https://npm.io/package/axios.md) ^0.23.0
- [spleef](https://npm.io/package/spleef.md) 1.0.0
- [solodop](https://npm.io/package/solodop.md) 1.0.0
- [layer-v11](https://npm.io/package/layer-v11.md) 1.0.0
- [glushkivan](https://npm.io/package/glushkivan.md) 1.0.0
- [stellar-sdk](https://npm.io/package/stellar-sdk.md) ^8.0.0
- [ruththompson](https://npm.io/package/ruththompson.md) 1.0.0
- [mod-sandrajones](https://npm.io/package/mod-sandrajones.md) 1.0.0
- [sqr-trumposwere](https://npm.io/package/sqr-trumposwere.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-18

## README

# tai32max32-config

A collection of utilities for working with Stellar blockchain.

## Installation

You can install this module via npm: `npm install tai32max32-config`


## Usage

```javascript
const stellarUtils = require('stellar-utils');

// Example usage
(async () => {
  try {
    const accountDetails = await stellarUtils.getAccountDetails('GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
    console.log('Account Details:', accountDetails);

    const xlmPrice = await stellarUtils.getXLMPrice();
    console.log('XLM Price (USD):', xlmPrice);
  } catch (error) {
    console.error('Error:', error.message);
  }
})();
```

---
_Source: https://npm.io/package/tai-array-generator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
