Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weichain/DistroFund


https://github.com/weichain/DistroFund

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](diagram.png)

## Build Guide

To compile this Aleo program, run:
```bash
leo build
```
This will generate your aleo instruction which you will use in the Deployment guide below.

To execute this Aleo program, run:
```bash
leo run
```
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