blockchain
This is an old revision of the document!
Table of Contents
Blockchain
Tool Set Install
- Metamask Chrome extension.
- (Visual Studio Code)
- NodeJS
- [Admin PowerShell]
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned - Chocolately
- [Admin PowerShell]
choco install git -params "/GetAndUnixToolsOnPath" - [Admin PowerShell]
git config --system http.sslverify false - [Admin PowerShell]
npm install -g node-gyp - [Admin PowerShell]
npm install --global --production windows-build-tools - [Admin PowerShell]
npm install -g ethereumjs-testrpc - [Admin PowerShell]
npm install -g truffle
Project Setup
truffle init set up project.
blockchain.1505978076.txt.gz · Last modified: 2017/09/22 08:14 (external edit)
