This GitHub Repository contains the code behind the smart contract & website of Quidpixels - Quidpixels.com
Contract Address: 0x01cb9c83aeC45b7cf6dD5ae6FE0cEB614bBDCE70
Coming Soon..
The token contract for $QUID on Base uses the Drew Roberts Contract Standard and brands it for this project on Base. View the Quidpixels contract here.
After setting up local dev environment with PHP 8, you will launch this Laravel 8 app by copying the .env.example
file to .env
From there, create the quid
database in MySQL and from the command line run the following commands:
composer install
php artisan migrate
php artisan key:generate
npm install
npm run dev
You can then view the homepage if you're using Laravel Homestead at https://quid.test and can access Laravel Nova at http://quid.test/admin
- tipoff/support
- tipoff/authorization
- tipoff/addresses
- tipoff/laravel-google-api
- tipoff/laravel-serpapi
- tipoff/seo
- drewroberts/media
- drewroberts/blog
- Laravel
- Laravel Nova
- Laravel Socialite
Feel free to send a feature request or submit pull requests to improve the website where you see opportunities for improvement. We appreciate the help..