@flashbacktech/wealth-square-stellar
v0.0.68
Published
JavaScript/TypeScript library to interface with Upwealth Stellar contract
Downloads
61
Readme
Wealth Square Stellar
A modern JavaScript/TypeScript library that works in both Node.js and browser environments.
Installation
npm install @flashback/wealth-square-stellarUsage
import { isBrowser, isNode } from 'wealth-square-stellar'
// Check the current environment
if (isBrowser()) {
console.log('Running in browser')
} else if (isNode()) {
console.log('Running in Node.js')
}Development
# Install dependencies
npm install
# Build the library
npm run build
# Run in development mode with watch
npm run dev
# Run type checking
npm run typecheck
# Run linting
npm run lint
# Format code
npm run formatLicense
MIT
