Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Security Tokens and Stablecoins Quick Start Guide

You're reading from  Security Tokens and Stablecoins Quick Start Guide

Product type Book
Published in Apr 2019
Publisher Packt
ISBN-13 9781838551063
Pages 234 pages
Edition 1st Edition
Languages
Concepts
Authors (3):
Weimin Sun Weimin Sun
Profile icon Weimin Sun
Xun (Brian) Wu Xun (Brian) Wu
Profile icon Xun (Brian) Wu
Angela Kwok Angela Kwok
Profile icon Angela Kwok
View More author details

Setting up an Ethereum development environment

We just learned the basics of the Truffle and Ganache development tools. It is time to set up our development environment using the tools we mentioned previously.

Make sure you have installed Node.js and npm in your working environment. If you haven't set them up, please follow the official documentation, which is available at https://www.npmjs.com/get-npm.

We will install the following tools. This book's example runs in a Windows environment:

  • Installing Truffle: Open the command-line terminal window and run the following command:
npm install -g truffle@4.1.12
  • Installing Ganache: Open the command-line terminal and install Ganache's command-line interface:
npm install -g ganache-cli
  • Launching Ganache environment: Once Ganache is installed, verify and start Ganache by running the following command:
ganache-cli

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}