Create your own online store which can accept payments in $MATIC. Polyshoppers is a shopify on Polygon which lets seller setup a store online where he can sell and manage his products. Through cryptocurrencies like Polygon, the customers can make payments in a quick and hassle-free manner with low gas fees.
git clone https://github.com/meta-ps/PolyShoppers.git
Make sure you have python
and Django
install then run
npm i
python manage.py makemigrations PolyShoppers
python manage.py migrate
python manage.py runserver