Once you create a dapp its important the dapp gets exposure. Here is a list of 20 places you can submit your Dapp.
The following websites showcases dapps ( decentralized applications ).
| Name | URL | Platform |
|---|
| from datetime import datetime | |
| import urllib.request | |
| import base64 | |
| import json | |
| import time | |
| import os | |
| webui_server_url = 'http://127.0.0.1:7860' | |
| out_dir = 'api_out' |
| <?php | |
| /** | |
| * On-the-fly CSS Compression | |
| * Copyright (c) 2009 and onwards, Manas Tungare. | |
| * Creative Commons Attribution, Share-Alike. | |
| * | |
| * In order to minimize the number and size of HTTP requests for CSS content, | |
| * this script combines multiple CSS files into a single file and compresses | |
| * it on-the-fly. | |
| * |