0.0.8 • Published 8 months ago

@boltpay/bolt-js v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Bolt Charge SDK

Web support for Bolt Charge, a fully hosted web shop for out-of-app purchases and subscriptions.

See our other resources

💰 Why Bolt

Only with Bolt you get 2.1% + $0.30 on all transactions. That's 10x better than traditional app stores which take 30% of your revenue! That's the fair and transparent pricing you get with using Bolt.

🚀 Features

This open source package is a light-weight Typescript SDK.

  • Bring your own UI
  • Radically cheaper payment processing rates
  • Future: User session management

Have a feature request? We are constantly improving our SDKs and looking for suggestions. Join our discord and chat directly with our development team to help with our roadmap!

📦 Installation

The SDK can be installed with either npm, pnpm, bun or yarn package managers.

NPM

npm add @boltpay/bolt-js

PNPM

pnpm add @boltpay/bolt-js

Bun

bun add @boltpay/bolt-js

Yarn

yarn add @boltpay/bolt-js

🔧 Quick Start

Example Usage:

import { Charge } from '@boltpay/bolt-js'

Charge.checkout('...').then(transaction => {
  console.log('Transaction Successful:', transaction)
})

📚 Documentation

For detailed documentation and API reference, visit our documentation site.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.8

8 months ago

0.0.8-beta.2

8 months ago

0.0.8-beta.1

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago