Giter Site home page Giter Site logo

aeoncommunity / aeon-funding-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from camthegeek/aeon-funding-system

0.0 2.0 1.0 1.21 MB

AEON Funding System - Powered by Python

Home Page: https://aeonfunding.com

Python 25.36% CSS 15.90% JavaScript 27.57% HTML 31.17%

aeon-funding-system's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.