Using Web3.js
Using Web3.js to interact with Clover
Introduction
Checking Prerequisites
1. Start Clover node
2. Install Node.js and NPM
brew update
brew install nodecurl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install -y nodejscurl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo yum install nodejs3. Create your Node.js project
Last updated