@crypto-keeper/api
v0.1.1
Published
Api that allows to create crypto payments. Api client for [crypto-keeper](https://crypto-keeper.com).
Downloads
7
Readme
Api that allows to create crypto payments. Api client for crypto-keeper.
Install
yarn add @crypto-keeper/api
Usage
import api from '@crypto-keeper/api'
const payment = await api.payment.create({ amount: 100 })Supported env
CRYPTO_KEEPER_CLIENT_IDCRYPTO_KEEPER_CLIENT_SECRET
