@galoymoney/client
Advanced tools
Weekly downloads
Changelog
v0.1.77 Release
Readme
JavaScript client library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
Install the package with:
yarn add @galoymoney/client
import { parsePaymentDestination } from "@galoymoney/client"
const { valid, paymentType, amount } = parsePaymentDestination({
destination: "username or invoice or bitcoin address",
network: "mainnet", // or signet or regtest
})
Test with Jest framework:
yarn test
Build production (distribution) files in dist folder:
yarn build
Run:
yarn link
and in your test project run:
yarn link @galoymoney/client
If you want to remove the symlink, run:
# in your test project
yarn unlink @galoymoney/client
# in galoymoney/client folder
yarn unlink
Run:
# in galoymoney/client folder
yalc publish
in your test project run:
yalc add @galoymoney/client
If you want to remove the symlink, run:
# in your test project
yalc remove @galoymoney/client
to update changes, you have to run yalc publish
before run:
# in your test project
yalc update
FAQs
JavaScript client library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
The npm package @galoymoney/client receives a total of 233 weekly downloads. As such, @galoymoney/client popularity was classified as not popular.
We found that @galoymoney/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.