roberts / quid

$QUID on Base

Home Page:https://Quidpixels.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quidpixels Code Repository

This GitHub Repository contains the code behind the smart contract & website of Quidpixels - Quidpixels.com

$QUID on Base

Contract Address: 0x01cb9c83aeC45b7cf6dD5ae6FE0cEB614bBDCE70

Connect with QuidPixels

LitePaper

Coming Soon..

Token Contract

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.

Website Installation

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

Packages

Frameworks

  • Laravel
  • Laravel Nova
  • Laravel Socialite

Contributing

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..

About

$QUID on Base

https://Quidpixels.com

License:MIT License


Languages

Language:Solidity 41.3%Language:PHP 40.0%Language:Blade 18.7%