DistroFund is a Decentralized application that allows a user to send a token or native coins to multiple addresses in a single transaction. A program that gives us the ability with a combination of a client to execute a batch of private transfer functionality.
Open Source Frontend Repository that is acting as a client to DistroFund program - Client App
DistroFund detailed docs - Docs
DistroFund demo - Video link
To compile this Aleo program, run:
leo build
This will generate your aleo instruction which you will use in the Deployment guide below.
To execute this Aleo program, run:
leo run <transition_name>
Note: In current version imports are still experimental feature and running locally would not work.
Currently for deploying a program that includes imports the only successful approach that I found is by deploying manually. Copy the main.aleo instructions that were generated in build/ folder from running leo build
command and deploy it using -> https://aleo.tools/develop