Using Web3.js
Using Web3.js to interact with Clover
Last updated
Using Web3.js to interact with Clover
Last updated
This guide walks through the process of using 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 .
Start your standalone Clover node, which can successfully produce blocks in your local environment.
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:
For Mac users:
For Debian users:
For Centos/Redhat users:
We can verify that everything installed correctly by querying the version for each package:
You can create a repository on your local environment by running: