/wowethereum

Primary LanguageJavaScript

Solidity Smart Contract Development Sandbox

Install NodeJS/NPM

You will need NodeJS and NPM to install dependencies.

You can install this at:

If you use NVM, you'll need to make sure to install a version of NodeJS before preceding

Install Truffle

Truffle is used to do the compilation, testing, and migration handling.

npm install --global truffle

Install Dependencies

OpenZeppelin contracts will get downloaded to your local directory via:

npm install