Skip to content

tai32max/tai-array-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tai32max32-config

A collection of utilities for working with Stellar blockchain.

Installation

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

Usage

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);
  }
})();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published