This guide walks through the process of using web3.js to manually sign and send a transaction to a Clover standalone node. For this example, we will use Node.js and straightforward JavaScript code.
The guide assumes that you have a local Clover node running in --dev mode. You can find instructions to set up a local Clover node here.
Checking Prerequisites
1. Start Clover node
Start your standalone Clover node, which can successfully produce blocks in your local environment.
2. Install Node.js and NPM
To install Node.js (we'll go for v12.x, you can choose other versions, such as the latest version v15.x) and NPM package manager. You can do this by running the following commands in your terminal: