The JavaScript SDK for 💦 drips.network.
Drips is an 💎 Ethereum protocol for creating continuous funding streams (Drips) and splitting funding streams among multiple recipients. With Drips, no 💸 commissions, predatory 👔 middle-men, or 🏦 banks are involved.
Drips is a part of the Radicle ecosystem of projects. See the docs for more details about the Drips protocol and its use.
To add the SDK into your project run:
npm install radicle-dev/drips-js-sdk
To use the SDK import from radicle-drips
. For example:
import { NFTDriverClient } from 'radicle-drips';
You can find the API documentation here.
You can also browse the docs locally:
- Clone the project.
- Run
npm install
. - Open
docs/index.html
in your web browser.