Meme site for Monero. You can submit memes and get paid.
Go to file
dev dbfda5cf9e Almost complete site
Add dark / light theme

Add social sharing on meme pages

Add approving / pending admin section

Improve design

Add pagination on profiles

Make front end date time user friendly

Finish rough draft of site

And Much more...

Still need to fix a few minor things before it goes live. Almost
complete.
2021-07-31 00:03:33 -07:00
app Almost complete site 2021-07-31 00:03:33 -07:00
bootstrap Initial Commit 2021-07-15 23:35:54 -07:00
config Initial Commit 2021-07-15 23:35:54 -07:00
database Almost complete site 2021-07-31 00:03:33 -07:00
public Almost complete site 2021-07-31 00:03:33 -07:00
resources Almost complete site 2021-07-31 00:03:33 -07:00
routes Almost complete site 2021-07-31 00:03:33 -07:00
storage Initial Commit 2021-07-15 23:35:54 -07:00
tests Initial Commit 2021-07-15 23:35:54 -07:00
.editorconfig Initial Commit 2021-07-15 23:35:54 -07:00
.env.example Initial Commit 2021-07-15 23:35:54 -07:00
.gitattributes Initial Commit 2021-07-15 23:35:54 -07:00
.gitignore Initial Commit 2021-07-15 23:35:54 -07:00
.styleci.yml Initial Commit 2021-07-15 23:35:54 -07:00
artisan Initial Commit 2021-07-15 23:35:54 -07:00
composer.json Initial Commit 2021-07-15 23:35:54 -07:00
composer.lock Initial Commit 2021-07-15 23:35:54 -07:00
LICENSE Add license 2021-07-15 23:53:01 -07:00
package-lock.json Initial Commit 2021-07-15 23:35:54 -07:00
package.json Initial Commit 2021-07-15 23:35:54 -07:00
phpunit.xml Initial Commit 2021-07-15 23:35:54 -07:00
README.md Almost complete site 2021-07-31 00:03:33 -07:00
server.php Initial Commit 2021-07-15 23:35:54 -07:00
webpack.mix.js Almost complete site 2021-07-31 00:03:33 -07:00

Work In Progress

Almost Done...

About XmrMemes

Meme site for Monero. You can submit memes and get paid.

Dependencies

sudo apt install php-bcmath supervisor

Running Monero Daemon

./monerod --testnet
./monero-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir .

Seeding the Database

You must seed addresses first and be connected to the daemon.

php artisan migrate
php artisan db:seed --class=AddressSeeder

Cron Job to process payments

You must set up supervisor https://laravel.com/docs/8.x/queues#supervisor-configuration to process queues (jobs)

Then set up 1 cron job to call

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

This Project Uses Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.