Installation
How to install Scribble
Install using NPM
npm install -g eth-scribbleBuild from source
git clone [email protected]:ConsenSys/scribble.git
cd scribble
npm install
npm linkLast updated
How to install Scribble
Make sure that you're using the right version of NodeJS. Scribble 0.6.4 and earlier work with NodeJS versions between 10.0.0 and 12.0.0. Scribble 0.6.5 and later work with NodeJS 16.0.x. To install, run the following command:
npm install -g eth-scribbleIf you're seeing EACCESS errors on Linux/MacOS check out this post on stackoverflow.
You can also install Scribble directly from the git repository:
git clone [email protected]:ConsenSys/scribble.git
cd scribble
npm install
npm linkLast updated