Pinned Repositories
AeroDocLang
bc-evm-number-transactions-time
The Ethereum Transaction Monitor is a Go application that connects to an Ethereum node and periodically calculates the total number of transactions that have been processed within the last minute.
blockchain-professor
chainlink-functions
evm-block-size
This program retrieves the block size in bytes on EVM using node WebSocket URL. It subscribes to new block headers and fetches the full block for each new header. Then, it encodes the block and calculates the block size in bytes.
evm-wallet-balances
This project is a React component that fetches and displays the token balances for a specified Ethereum address.
transaction-component
TransactionList is a versatile React component designed to fetch and display the list of token transactions for a specific Ethereum address. It interacts with the Moralis API to fetch the necessary data.
uniswap-monitor
This Go program queries the Uniswap V2 subgraph using the GraphQL API to fetch the pair data, including liquidity, trading volume, and the number of users. The program runs every minute to provide updated information.
SecureDocs
Securedocs is a decentralized, cross-chain application ensuring document security and authenticity using blockchain technology. It focuses on secure document management, leveraging CCIP for seamless transfers between Polygon and Avalanche.
SportsChain
SportsChain is a decentralized trading platform where tokens representing sports teams fluctuate in value based on actual team performances. Utilizing ERC-20 tokens and Chainlink Functions, this platform provides a secure and transparent system for buying, selling, and tracking sports tokens.
QuenumGerald's Repositories
QuenumGerald/uniswap-monitor
This Go program queries the Uniswap V2 subgraph using the GraphQL API to fetch the pair data, including liquidity, trading volume, and the number of users. The program runs every minute to provide updated information.
QuenumGerald/AeroDocLang
QuenumGerald/bc-evm-number-transactions-time
The Ethereum Transaction Monitor is a Go application that connects to an Ethereum node and periodically calculates the total number of transactions that have been processed within the last minute.
QuenumGerald/blockchain-professor
QuenumGerald/chainlink-functions
QuenumGerald/evm-block-size
This program retrieves the block size in bytes on EVM using node WebSocket URL. It subscribes to new block headers and fetches the full block for each new header. Then, it encodes the block and calculates the block size in bytes.
QuenumGerald/evm-wallet-balances
This project is a React component that fetches and displays the token balances for a specified Ethereum address.
QuenumGerald/transaction-component
TransactionList is a versatile React component designed to fetch and display the list of token transactions for a specific Ethereum address. It interacts with the Moralis API to fetch the necessary data.
QuenumGerald/chaintest
QuenumGerald/crowdsale
QuenumGerald/Escrow
This is an Ethereum smart contract designed to facilitate escrow-based transactions between a buyer and a seller. The contract allows sellers to initiate transactions, buyers to confirm purchases by sending funds, and either party to cancel transactions under specific conditions. The contract also emits events for easy tracking of the transaction
QuenumGerald/go-evm-data-microservices
This program monitors transactions involving a specified wallet address on an EVM-based blockchain (e.g., Ethereum, Binance Smart Chain). It connects to a node, subscribes to new blocks, and checks for transactions involving the specified wallet address.
QuenumGerald/tezos-delegation
QuenumGerald/tezos-delegation-service
This application fetches and stores delegation data from Tezos blockchain. It uses Go as the programming language, SQLite3 for database storage, and Gorilla Mux for HTTP routing.
QuenumGerald/TokenMap
This contract enables the listing and selling of NFT land tokens. It also integrates with Chainlink Oracles for additional features.
QuenumGerald/Wall-ee