Skip to content

Commit

Permalink
Fixing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lvandeyar committed Aug 21, 2023
1 parent e1d38e5 commit c26d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# A blog series about programmatically access the blockchain

## Summary
The blog series https://laurencevandeyar.com/category/blockchain/programmatically-retrieving-blockchain-data/focuses on the process of programmatically retrieving blockchain data using Node.js and Web3. The series delves into practical techniques for interacting with blockchain networks, particularly Ethereum-like chains, through code. It explores how to establish connections to blockchain nodes, fetch transaction details from blocks, and gather insights from the blockchain's transaction history. By guiding readers through the steps involved in using the Web3 library, the series empowers developers, researchers, and blockchain enthusiasts to access and analyze blockchain data programmatically, unlocking a deeper understanding of decentralized ledger technology.
The blog series https://laurencevandeyar.com/category/blockchain/programmatically-retrieving-blockchain-data/ on the process of programmatically retrieving blockchain data using Node.js and Web3. The series delves into practical techniques for interacting with blockchain networks, particularly Ethereum-like chains, through code. It explores how to establish connections to blockchain nodes, fetch transaction details from blocks, and gather insights from the blockchain's transaction history. By guiding readers through the steps involved in using the Web3 library, the series empowers developers, researchers, and blockchain enthusiasts to access and analyze blockchain data programmatically, unlocking a deeper understanding of decentralized ledger technology.

## License
MIT

0 comments on commit c26d8a7

Please sign in to comment.