# Forage JS

Forage JS is a front-end JavaScript library for processing EBT payments. You can use the library to add all of the essential EBT checkout operations to your website or app:

- Store tokenized EBT card numbers for future use
- Check the balance of an EBT account
- Accept EBT tender

## Installation

Ensure that Node.js and npm are installed on your computer before running:

```sh
npm install forage-js-sdk
```

## Usage

**ℹ️ Please visit our official documentation website at [docs.joinforage.app/reference/introduction](https://docs.joinforage.app/reference/introduction).**

## Forage Documentation

- [Forage JS Reference](https://docs.joinforage.app/reference/introduction)
- [Forage API Reference](https://docs.joinforage.app/reference/getting-started-with-your-api)
