Giter Site home page Giter Site logo

dapps's Introduction

home.metamask.io

Contributing

Managing featured dapps

You need to submit a pull request to this repo with your changes to the file: https://github.com/MetaMask/dapps/blob/master/src/data/featured-dapps.js

Managing dapps inside categories

You need to submit a pull request to this repo with your changes to the file: https://github.com/MetaMask/dapps/blob/master/src/data/all-dapps.js

Dapp icons

If you're adding a new dapp to the list, make sure you add its icon under ./public/images/dapps/

If you're deleting a dapp from the list, make sure that you're deleting its icon (but check it's not in use in another category!)

Development

Available commands:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Release

The project follows the same release process as the other projects in the MetaMask organization.

  1. Choose a release version.

    • The release version should be chosen according to SemVer. Analyze the changes to see whether they include any breaking changes, new features, or deprecations, then choose the appropriate SemVer version. See the SemVer specification for more information.
  2. If this release is backporting changes onto a previous release, then ensure there is a major version branch for that version (e.g. 1.x for a v1 backport release).

    • The major version branch should be set to the most recent release with that major version. For example, when backporting a v1.0.2 release, you'd want to ensure there was a 1.x branch that was set to the v1.0.1 tag.
  3. Create a release PR branch using the following syntax release/x.x.x.

  4. Run yarn auto-changelog on the release branch and check that the changelog is correctly formatted.

    • Generally any changes that don't affect consumers of the package (e.g. lockfile changes or development environment changes) are omitted. Exceptions may be made for changes that might be of interest despite not having an effect upon the published package (e.g. major test improvements, security improvements, improved documentation, etc.).
    • Try to explain each change in terms that users of the package would understand (e.g. avoid referencing internal variables/concepts).
    • Consolidate related changes into one change entry if it makes it easier to explain.
  5. Dev review and QA the release.

    • If changes are made to the base branch, the release branch will need to be updated with these changes and review/QA will need to restart again. As such, it's probably best to avoid merging other PRs into the base branch while review is underway.

Deployments

  • Make sure you have the netlify client configured with your credentials and you have access to the project.

Staging

  • npm run deploy

Production

  • npm run deploy:prod

dapps's People

Contributors

andrepimenta avatar bboyakers avatar brunobar79 avatar danfinlay avatar dependabot[bot] avatar estebanmino avatar fatxx avatar galeldardev avatar gudahtt avatar ibrahimtaveras00 avatar jennypollack avatar jluque0101 avatar mcoso avatar metamaskbot avatar owencraston avatar rickycodes avatar sethkfman avatar tannn-younet avatar tommasini avatar vexycats avatar whymarrh avatar zidail avatar zscc 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  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

dapps's Issues

Add CircleCI config

We should at least add a job to confirm that yarn build continues to work

Wrong dApp URL for PoolTogether

After clicking the Decentralized finance button and landing on the /decentralized-finance page. PoolTogether's url is https://app.pooltogether.us/ which is incorrect and should be: https://app.pooltogether.com/

Lost Favorites + cannot add Favourites

Since updating to the latest Metamask version 3.3.0 on iPhone all my Metamask Favourites have disappeared. It is no longer possible to add Favourites in Metamask. In addition I can no longer add custom tokens.
The problem occurred while being on iOS 14.7, I'm now on 14.8
I have uninstalled and reinstalled Metamask but the problem remains.
How can this be fixed ?

[Bug]: Search input Box is not Working

Search input Box is not Working in Desktop Chrome

Search input Box is not Working in Desktop Chrome getting Metamask Error:

MetaMask - RPC Error: The method "metamask_showAutocomplete" does not exist / is not available.

Error Object: {
"code": -32601,
"message": "The method "metamask_showAutocomplete" does not exist / is not available.",
"data": {
"origin": "https://home.metamask.io"
}
}

Solution:
Show any FallBack Popup or Modal to let user knows, What's going!

Wrong site icon shown when call ERC-20 contract “approve”

this react logo appeared when user call the USDT contract “approve” function on metamask mobile. but it's the wrong logo, I wanna show the site logo.
image

But it works well on computer.
image

REL “icon" and "shortcut icon" tag has been set on the site main webpage, but they don't work. it seems that metamask read the cache from a certain server direct.

<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png" />
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/favicon.png" />

who knows how to fix this issue?

Test suite failure?

Was going through this repo and ran the tests but noticed they weren't passing.

console.error node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/virtual-console.js:29
    Error: Uncaught [Invariant Violation: You should not use <Route> or withRouter() outside a <Router>]

Further inspection shows that we don't actually have many tests for the components either.

Would updating tests and adding new ones be something that we'd be open to working on?

Mark package as private

Refs:

"name": "dapps",

The current package name seems to be already taken on npm, which is fine, as this package should be marked as private: true to indicate that it is an app and not a library

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.