Giter VIP home page Giter VIP logo

dapps-browser's Introduction

dapps-browser

DApps browser

Get Started

git clone https://github.com/trustwallet/dapps-browser.git
cd dapps-browser
npm install
npm start

Deployment

Automatic deploys from master 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

Run npm run lint for ESLint
Run ./node_modules/.bin/eslint src --fix to automatically fix problems

See Airbnb's Javascript styleguide and Airbnb's eslint-config-airbnb for linting JavaScript.

dapps-browser's People

Contributors

dependabot[bot] avatar kolya182 avatar lovincyrus avatar mishfit avatar vikmeup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dapps-browser's Issues

how can we debug a url in the trust browser?

I'm testing a dapp in the browser and one page appears blank. How can I see the console errors? I tried putting my android phone into debugging mode but it's not picking up the dapp in the trust browser.

Geolocation doesn't work

Is geolocation implemented in the browser? Currently navigator.permissions.query throws an error. Does it currently work and if not how long until that is implemented?

ecrecover function doesnt trigger when called in trustwallet dapp browser

Platform : Android
TrustWallet APP Version : 1.7.055

ecRecover function doesnt trigger when called in trustwallet dapp browser

message parameter
0x5369676e696e672074686973206d6573736167652070726f76657320796f7572206f776e657273686970206f6620796f757220457468657265756d2077616c6c6574206164647265737320746f2045584e434520776974686f757420676976696e672045584e43452061636365737320746f20616e792073656e73697469766520696e666f726d6174696f6e2e204d6573736167652049443a2040313537313031373333313430382e

signature parameter
0x05ce8f09a1ccc0a8e5f59f36aabd584ce50cfd032fdf17c722d5dfb38397e102118a3aab374e7f3ebe17ab3fad645cd940249e7cdbe84328d86125b7f6af34871c

web3.personal.ecRecover(message, signature, function(error, result) {
alert(result);
alert(error);
});

Feature Request

I have a project underway on a Raspberry Pi and would love to locally host a web-ui for trustwallet. How, i'm keen to do this ASAP

TransactionObject invalid before callback

I called a custom contract method in my code,
my params like this:
myContractInstance.myMethod.apply(null , myParam , transactionObject, undefined, callback])
or
myContractInstance.myMethod.apply(null , myParam , transactionObject, callback]).

In my transactionObject:{ from:.....,gasPrice:Web3.utils.toWei('30','gwei')}
I set the gas price
it works well beyond browser with Metamask but does not work in Trustwallet

Uh,it seems transactionObject is invalid in dapps-browser?

Difficult to click on the DApps in the browser / slow

I am having trouble clicking on the DApps inside of the Trust browser. Is there any way to make the icons and title's clickable?

Additionally, the load time to get to the next page is very slow. When you click sometimes it doesn't give you much feedback and load the next page quickly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.