DApps browser
Last updated Jun 9, 2026
144
Stars
71
Forks
8
Issues
0
Stars/day
Attention Score
59
Language breakdown
JavaScript 87.1%
CSS 10.5%
HTML 2.4%
▸ Files
click to expand
README
dapps-browser
DApps browserGet Started
git clone https://github.com/trustwallet/dapps-browser.git
cd dapps-browser
npm install
npm start
Deployment
Automatic deploys frommaster using Heroku
Every push to master will deploy a new version of this app. Deploys happen automatically: be sure that this branch in GitHub is always in a deployable state and any tests have passed before you push.
ESLint
Runnpm run lint for ESLintRun
./node_modules/.bin/eslint src --fix to automatically fix problems
See Airbnb's Javascript styleguide and Airbnb's eslint-config-airbnb for linting JavaScript.
🔗 More in this category