paradigmxyz/rivet

Feature: Filter transactions by account

Closed this issue · 3 comments

jxom commented

The Request

The ability to see transactions scoped to an account address.

Problem

Right now, Rivet displays every transaction across all blocks and accounts on the "Transactions" tab. There is no way to filter transactions by account address.

Solution

As a user, I would like the ability to filter/scope transactions on the "Transactions" tab by account address.

Hey @jxom ,
I would like to work on this issue

@jxom , I just designed at UI of filter component.

Algo wise, I was thinking of manipulating transactions array while filtering data by addresses.

Group 10

tmm commented

@0xClint go for it!