Giter VIP home page Giter VIP logo

walletbeat's People

Contributors

0xh3rman avatar aslobodnik avatar chendatony31 avatar grachyov avatar ispeaknerd avatar jaymeh13 avatar jebu avatar jierlich avatar jordan-enev avatar mozrt2 avatar pirosb3 avatar timmykwesi avatar zakimzf avatar

Stargazers

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

Watchers

 avatar

walletbeat's Issues

Add link to the wallet's official repo

Hey there, cool project you got here! I'll definitely put up some PRs.

Can we consider adding the column (on the UI) to show whether a wallet is opensource and the URL to its repo?

(edit: ok there is a label for "open source", I didn't see that lol)

Proposal to change the data structure of supported chains and `hardwareWalletSupport`

I think they should be an array to make it extendable and more data can be provided that way.

For example, instead of:

hardwareWalletSupport: true,

We can have:

hardwareWalletSupport: ['ledger', 'keystone'],

// or

hardwareWalletSupport: [], // if empty then -> FALSE

Same goes for the list of supported chains, we can pull all the latest chains from the chainlist repo and do something like this:

supportedChains: ['ethereum', 'avalanche', ...]

Suggestion: For each wallet there should be a file: `[wallet-name]/index.ts`

I might be jumping the gun here but eventually the array in data.ts will just get too large -> harder to maintain.

I think we can create a folder called wallets, then whenever a contributor wants to add a wallet, they can create an index file like this: wallets/trust-wallet/index.ts

Then all the wallet files will be exported to wallets/index.ts as:

// wallets/index.ts
import TrustWallet from "./trust-wallet";
import ZerionWallet from "./zerion-wallet";

export const allWallets = [TrustWallet, ZerionWallet, ...];

New features & improvement suggestions

Suggested features to add to walletbeat are listed below with credits to the person who suggested them.

Wallets to be added

Product Improvements

  • Dedicated page for each wallet with detailed breakdown and news (@jayme & @alvesjtiago.eth)
  • Email notifications to follow updates (@jayme)
  • Add section for non-EVM network support (Bitcoin, NEAR, Solana, etc.) (@ispeaknerd)
  • Add auto-lock security toggle (@ispeaknerd)
  • Add additional default EVM networks (Scroll, zkSync Era, etc.) (@ispeaknerd)
  • Add an audits section

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.