JSPM

fiatconnect-sdk-test

0.2.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q13282F
  • License MIT

A helper libary for wallets to integrate with FiatConnect APIs

Package Exports

  • fiatconnect-sdk-test
  • fiatconnect-sdk-test/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fiatconnect-sdk-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fiatconnect-sdk

A (WIP) Typescript helper libary for wallets to integrate with FiatConnect compliant APIs.

Running tests

yarn test

Contributing

We welcome contributions in the form of Issues and PRs. See CONTRIBUTING.md.

Publishing

  • Request access to our NPM organization on Valora Discord
  • Make sure you are on the latest version of branch main
  • Check out a release branch
  • Run yarn prepublish && yarn release
  • Add release notes to CHANGELOG.md
  • Once code review has taken place:
    • Merge your branch
    • Run git tag vX.Y.Z && git push origin vX.Y.Z to push your tag (where X.Y.Z is the version you are trying to publish)
    • Create a release with the new tag
    • Run npm publish --public