Find the last transaction
Introduction
This guide walks through the process of using web3.js to get last block and get last transaction.
For this example, we will use Node.js and straightforward JavaScript code.
This example assumes that you have configured Web3 as described in the previous section.
Get Block Number
Get Last Transaction
Code samples can be found here.
Last updated