Giter Club home page Giter Club logo

merklin's Introduction

merklin's People

Contributors

omahs avatar ryanpaulgannon avatar toniengelhardt 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

merklin's Issues

Adding accounts

You should be able to add multiple accounts from your wallet.

BYO API keys

Would be nice if you could bring your own API keys for Alchemy, Infura, etc.

Otherwise we'll probably run into rate limits at some point...

Gas chart unit toggle

The chart is too crammed atm, should have a toggle to switch between ETH and USD, etc.

Switching account

Ideally, later on, we would display data without actually connecting to a wallet, simply by adding one or more addresses (see Zapper bundles, etc.). For now it is better to require a wallet until we cache the network requests, etc.

Switching network

Dropdown is already working, actual network switch still has to be implemented.

At a later stage it would make more sense to display activity etc. from all networks simultaneously and then have a multi-select to show/hide specific networks.

In an ideal future it should not really matter (except security, etc.) on which network your assets are at any given time...

Sample wallets

Add a few sample wallets to make it easier to get started.

Add nuxt-og-image

There are some issues with GlobalPolyFill and it requires component islands that are currently only available in the edge channel. Probably better to wait for nuxt-3.1.0.

Build error with BigInt literals

Hey @RyanPaulGannon,

I just found out that BigInt literals cause a problem when building the app. I think there are ways to change the Vite build config to make it work, but for now I fixed it by just replacing

priceFeed.getRoundData(55340232221128668506n)

with

priceFeed.getRoundData(BigInt('55340232221128668506'))

The error doesn't occur on the dev server, just when building the app.

Address book

Store arbitrary wallet addresses. You should be able to select any of those addresses and get insights for it.

Later on, it would be amazing to be able to select multiple addresses and get combined analytics similar to Zapper bundles.

Refresh button

Without a wallet connected there is no way to detect updates, therefore we need a refresh button.

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.