Skip to content

AEONCommunity/aeon-funding-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEON Funding System

Do more with your cryptocurrency by getting the community involved. The goal of the AEON Funding System is to enable community members to complete projects and be paid for the projects by other community members.

Example

This funding system is live at: https://aeonfunding.com

Features

  • Proposal system
  • Accounting system
  • User system
  • Stats per proposal
    • Coins received
    • Coins paid out
    • Coins available
  • Comment system per proposal
  • Wallet / Daemon status
  • More in development

Setup

Be sure to install any and all dependencies. Our funding system is running on Ubuntu 16.04 and confirmed working using the details below. No additional steps should be needed.

Install dependencies

sudo apt install python-virtualenv python3 redis-server postgresql-server-dev-* postgresql postgresql-client python-pip virtualenv git

git clone https://github.com/aeoncommunity/aeon-funding-system.git
cd aeon-funding-system
virtualenv -p /usr/bin/python3 <venv>
source <venv>/bin/activate
pip install -r requirements.txt
cp settings.py_example settings.py
- change settings accordingly
python run_dev.py

Tip: <venv> can be anything you want. Tip: Your funding system will be ran on whatever port you setup in the config. Running on port 80 is not advised. There are many ways you can have the funding system run on port 80 via Apache/Nginx and many others.

Credits

Without Wownero, this funding system would not be possible. We thank the developers from Wownero.

Links

AEON Community Discord AEON IRC Channel (freenode) AEON Reddit AEON BitcoinTalk

About

AEON Funding System - Powered by Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 31.1%
  • JavaScript 27.6%
  • Python 25.4%
  • CSS 15.9%