Skip to content
/ sdk Public
forked from drips-network/sdk

💧 JavaScript SDK for the Drips protocol

License

Notifications You must be signed in to change notification settings

OKEAMAH/sdk

 
 

Repository files navigation

Drips JavaScript SDK

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.

Installing

To add the SDK into your project run:

npm install radicle-dev/drips-js-sdk

Usage

To use the SDK import from radicle-drips. For example:

import { NFTDriverClient } from 'radicle-drips';

API Documentation

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.

About

💧 JavaScript SDK for the Drips protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%