streamflow-finance / js-sdk

Web3 Distribution Layer. For Token vesting and Airdrops

Home Page:https://app.streamflow.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamflow

Streamflow is a token vesting and streaming payments platform.

There are several ways to use Streamflow:

Security audit passed ✅

Protocol audits available here.
Partner oracle audit available here here.

JS SDK to interact with Streamflow protocols

This repo consists of js-sdk to interact with several protocol exposed by streamflow:

  • packages/stream - core Streamflow Protocol that allows to create a vesting/payment/lock Stream to a Recipient;
  • packages/distributor - Distirbutor Streamflow Protocol that allows to Airdrop tokens to large amount of Recipients (thousands or even millions);
  • packages/common - common utilities and types used by Streamflow SDK;

Installation

Instal Stream Protocol SDK

npm i -s @streamflow/stream

or

yarn add @streamflow/stream

Install Distributor Protocol SDK

npm i -s @streamflow/common @streamflow/distributor

or

yarn add @streamflow/common @streamflow/distributor

About

Web3 Distribution Layer. For Token vesting and Airdrops

https://app.streamflow.finance

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.7%Language:Shell 0.0%