Moveflow Streaming Payment SDK is a TypeScript SDK for interacting related to streaming payment contract on aptos. It provides a set of functions to create, manage, and retrieve streaming ops
Getting Started
Create a project using this example:
npm install --save @moveflow/sdk-aptos
or
yarn add @moveflow/sdk-aptos
Use SDK
Deploy a copy of your application to IPFS using the following command:
const rpc = https://testnet.aptoslabs.com
const sdk = new SDK(rpc, NetworkType.Testnet)