xmrmemes/README.md
2021-07-15 23:35:54 -07:00

49 lines
1.3 KiB
Markdown

## 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:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
Laravel is accessible, powerful, and provides tools required for large, robust applications.