Interplanetary Tubby Cat memes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lza_menace b4de5d7e09 fixing refs since updating schema 3 years ago
alembic setting up remote server capabilities 3 years ago
suchwowx fixing refs since updating schema 3 years ago
.gitignore getting some chain syncing going, still very rough 3 years ago
LICENSE Initial commit 3 years ago
Makefile add ez cmd 3 years ago
README.md updating some instructions 3 years ago
alembic.ini adding alembic to project 3 years ago
env-example added javascript bits, flask flashing, better routing, ux improvements 3 years ago
manage.sh redoing cli, getting basic mod queue going, setting up profile, etc 3 years ago
requirements.txt wire up metamask authentication 3 years ago

README.md

SuchWowX

This service is a continuation of SuchWow for the Wownero cryptocurrency project. It has been revamped to use Interplanetary Filesystem, server federation / content sharing, and optionally Avalanche network via a smart contract with some useful features (if you're into that). It's a decentralized application (dApp); it's preferred you run it locally and bootstrap the services on your own machine.

Setup

Tools you will need:

I have provided a Makefile with some helpful stuff...make sure to install make to use it.

# install python virtual environment and install application dependencies
make setup

# install ipfs
make install-ipfs

# optional: install avalanchego
make install-avax

# run ipfs
make run-ipfs

# optional: run avalanchego
make run-avax

# initialize sqlite database w/ schema via alembic
make init

# run development server
make dev

# access at http://127.0.0.1:5000