Skip to content

weichain/DistroFund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distrofund.aleo

Info

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.

Related Repositories and Docs

Open Source Frontend Repository that is acting as a client to DistroFund program - Client App
DistroFund detailed docs - Docs
DistroFund demo - Video link

Diagram

Screenshot

Build Guide

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.

Deploy guide

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published