@monerium/sdk
Everything you need to interact with the Monerium API - an electronic money issuer.
This package is in development. Please make sure to check if any future updates contain commits
that may change the behavior of your application before you upgrade.
Installing
yarn add @monerium/sdk
Developing
If you want to make any code contributions, make sure to run the following commands before you pr
them:
deno fmt
deno lint
deno test --allow-net=api.monerium.dev
Publishing
Tagging a release on GitHub will publish the package to NPM and Deno Land.