All Projects → pixel-point → Web3js Tracker Example

pixel-point / Web3js Tracker Example

Blockchain transactions tracker example for ETH and ERC20 tokens made with web3.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Web3js Tracker Example

Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+29.91%)
Mutual labels:  blockchain, cryptocurrency, web3js
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-19.63%)
Mutual labels:  blockchain, cryptocurrency
Coco
The fastest crypto online
Stars: ✭ 103 (-3.74%)
Mutual labels:  blockchain, cryptocurrency
Swiftyeos
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift. Can be used on iOS and macOS.
Stars: ✭ 94 (-12.15%)
Mutual labels:  blockchain, cryptocurrency
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1043.93%)
Mutual labels:  blockchain, cryptocurrency
Nano Docs
Documentation for the Nano protocol
Stars: ✭ 80 (-25.23%)
Mutual labels:  blockchain, cryptocurrency
Stellar Ios Mac Sdk
Stellar SDK for iOS & macOS - Swift, Stellar, Horizon, Soneso
Stars: ✭ 92 (-14.02%)
Mutual labels:  blockchain, cryptocurrency
Blockchain Rust
A basic blockchain implementation in Rust for educational purposes only
Stars: ✭ 73 (-31.78%)
Mutual labels:  blockchain, cryptocurrency
Dotnet Stellar Sdk
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
Stars: ✭ 97 (-9.35%)
Mutual labels:  blockchain, cryptocurrency
Dcrdata
Decred block explorer, with packages and apps for data collection and storage. Written in Go.
Stars: ✭ 104 (-2.8%)
Mutual labels:  blockchain, cryptocurrency
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-6.54%)
Mutual labels:  blockchain, cryptocurrency
Ark Js
An ARK Client for JavaScript.
Stars: ✭ 103 (-3.74%)
Mutual labels:  blockchain, cryptocurrency
Ouroboros High Assurance
High-assurance implementation of the Ouroboros protocol family
Stars: ✭ 79 (-26.17%)
Mutual labels:  blockchain, cryptocurrency
Stellarexplorer
Ledger Explorer for the Stellar Network 🚀
Stars: ✭ 82 (-23.36%)
Mutual labels:  blockchain, cryptocurrency
Starcoin
A Layered Cryptocurrency and Decentralized Blockchain System.
Stars: ✭ 72 (-32.71%)
Mutual labels:  blockchain, cryptocurrency
Coinpare
Compare cryptocurrency trading data across multiple exchanges and blockchains in the comfort of your terminal
Stars: ✭ 89 (-16.82%)
Mutual labels:  blockchain, cryptocurrency
Awesome Cryptocurrency Security
😎 Curated list about cryptocurrency security (reverse / exploit / fuzz..)
Stars: ✭ 102 (-4.67%)
Mutual labels:  blockchain, cryptocurrency
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-41.12%)
Mutual labels:  blockchain, cryptocurrency
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-32.71%)
Mutual labels:  blockchain, cryptocurrency
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-10.28%)
Mutual labels:  blockchain, cryptocurrency

Blockchain tracker example

Tracks Ether and Token transfers for given wallets and amount. Read more on Medium.

Requirements

Setup

git clone [email protected]:dsemenovsky/blockchain-tracker-example.git
cd blockchain-tracker-example
yarn install

Fill .env from .env.example with the token contract address, wallets and amount. Pluton token contract is provided for this example.

NODE_ENV=development

INFURA_URL=https://rinkeby.infura.io/CUNjkZ8qg6WZHqeFNJyL
INFURA_WS_URL=wss://rinkeby.infura.io/ws

ETH_BLOCK_TIME=30

TOKEN_CONTRACT_ADDRESS=0xb4e95c65c23cab8c4fcaf15e4936c392e6ab21bf

WALLET_FROM=
WALLET_TO=
AMOUNT=

Running

Simply start the service and make a transfer from one wallet to another on Rindkeby testnet.

yarn start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].