Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weichain/DistroFund
https://github.com/weichain/DistroFund
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weichain/DistroFund
- Owner: weichain
- Created: 2023-10-24T21:17:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T07:43:52.000Z (about 1 year ago)
- Last Synced: 2024-04-30T13:27:51.588Z (8 months ago)
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aleo - DistroFund - A Decentralized application that enables an end user to send a token to multiple addresses in a single transaction. (Applications / Decentralized Finance (DeFi))
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