Zebec Near Sdk

Software development kit for implementing Zebec protocol in Near chain.

This is a sdk for utilizing the Zebec streaming protocol and multisig streaming protocol in Near blockchain. The sdk features actions factories such as StreamActions, and services class for interacting with our Zebec Protocol smart contracts. It also provides utility class such as NearAmount, FungibleTokenAmout, etc. and functions.

See the list below for sdk usage examples.

  • Normal stream:

    • Create Instance

    • Initialize stream

    • Pause/Resume stream

    • Withdraw stream

    • Cancel stream

    • Update stream

Last updated