Meme site for Monero. You can submit memes and get paid.
Go to file
2021-07-15 23:53:01 -07:00
app Initial Commit 2021-07-15 23:35:54 -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 Initial Commit 2021-07-15 23:35:54 -07:00
public Initial Commit 2021-07-15 23:35:54 -07:00
resources Initial Commit 2021-07-15 23:35:54 -07:00
routes Initial Commit 2021-07-15 23:35:54 -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 Initial Commit 2021-07-15 23:35:54 -07:00
server.php Initial Commit 2021-07-15 23:35:54 -07:00
webpack.mix.js Initial Commit 2021-07-15 23:35:54 -07:00

Work In Progress

Not Ready Yet...

About XmrMemes

Dependencies

sudo apt install php-bcmath

Running Monero Daemon

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

Seeding

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

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

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.