Blockchain transactions decoding: making wallet activity understandable

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
  1. 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).

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. 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).

  4. 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).

  5. openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

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

  6. rainbow

    🌈‒ the Ethereum wallet that lives in your pocket

    Rainbow wallet

  7. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth 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

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?