Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
REWARD GENERATOR SCRIPT USING PYTHON
A Python script that reads the From and Amount variables in a csv file and send 1.1 of the amount to the "From" addresses.
📝 Contents
🤯 Idea / Solution
🪄 Future Scope
🚩Getting Started
💉 Usage
⛏️ Built With
🎉 Acknowledgments
🤯 Idea / Solution
Using a pandas to read the csv file into a list and a while loop loopint through the lists grabbing the from and amount variable and carrying out the transactions
🪄 Future Scope
This can be implemented as a means to distribute rewards in a voting system whereby algoexplorer is been scraped to get the from and amount vairables and this script does the math and distributes the rewards.
🚩 Getting Started
Fork the Project and navigate to Python file, depending on the language of preference.
create an env file
for help click here
install dependencies using
run test
install algosdk
for help click here
Prerequisites
you neeed to install docker compose and sandbox on your system and add it to your path
💉 Usage
To use it just run the appropriate command depending on your programming language of
Choice'Python
⛏️ Built With
🎉 Acknowledgments
Thanks to Brian Haney AKA greenrex for putting my work to use and also Thanks to the choice coin community for being here for us I am so glad to be able to contribute to the development.
HAVE FUN HACKING!!! 🧑💻