- Blockchain By Example
- Bellaj Badr Richard Horrocks Xun (Brian) Wu
- 71字
- 2021-06-10 18:53:48
Iquidus setup requirements
To set up Iquidus, we need to install the following tools:
- NodeJs V6:
- If you have a newer version, you can use nvm to manage multiple node versions: nvm install V6.
- MonogoDB:
- To install MongoDB, run the following command line:
sudo apt-get install -y mongodb-org=3.6.5 mongodb-org-server=3.6.5 mongodb-org-shell=3.6.5 mongodb-org-mongos=3.6.5 mongodb-org-tools=3.6.5
Then, start MongoDB using sudo service mongod start. Afterward, follow these steps to set up the explorer's database.