Skip to content

Installing for nodejs

Vsevolod Trofimov edited this page Jul 3, 2018 · 4 revisions

1. Install Nodejs

Casper API requires nodejs version v6.10 - v9.* stable (read this guide if this is your first time installing nodejs)

2. Install web3 in your project

npm install web3

We've colleced solutions for common issues with installing web3. This might help if npm install web3 didn't work.

3. Install casperapi

npm install casperapi

Clone this wiki locally