Blockchain transactions decoding: making wallet activity understandable

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • transactions-decoding

  • We will look at best examples of how popular web3 products (wallets, portfolio trackers etc.) visualize complex wallet activity information, and then we will implement on typescript the logic responsible for preparing data for such visualization (github repository with code).

  • ethereum-etl

    Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ

  • Event is a log entity which EVM smart contracts can emit during transaction execution. Events are very good at signalling that an some action has taken place on-chain. Applications can subscribe and listen to events to trigger some off-chain logic or they can index, transform and store events in some off-chain storage (look at The Graph protocol or Ethereum ETL).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • graph-node

    Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL

  • Event is a log entity which EVM smart contracts can emit during transaction execution. Events are very good at signalling that an some action has taken place on-chain. Applications can subscribe and listen to events to trigger some off-chain logic or they can index, transform and store events in some off-chain storage (look at The Graph protocol or Ethereum ETL).

  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  • Lets look the events of Open Zeppelin’s ERC20 token contract:

  • rainbow

    🌈‒ the Ethereum wallet that lives in your pocket

  • Rainbow wallet

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building And Deploying A Subgraph (Part 2)

    1 project | dev.to | 3 Mar 2024
  • Error deploying subgraph on local

    2 projects | /r/thegraph | 11 Jul 2023
  • Help configuring wagmi

    2 projects | /r/solidity | 8 Jul 2023
  • Is Nethereum's GetContractQueryHandler decentralized? If not what's a decentralized alternative for C#?

    2 projects | /r/ethdev | 21 Jun 2023
  • How do you get your website to communicate with the blockchain without metamask?

    1 project | /r/ethdev | 20 May 2023