Skip to content

rklb7/dflow-motoko-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DFlow Motoko SDK

In this repo we provide the DFlow Motoko SDK and an example App to showcase how to integrate DFlow into your application.

The receiving canister must implement the following 4 functions to handle money flow event updates:

onFlowCreation: (args: Flow) -> ();
onFlowUpdate: (args: Flow) -> ();
onFlowDeletion: (args: Flow) -> ();
onFlowLiquidation: (args: Flow) -> ();

About

DFlow Motoko SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages