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
Commands
truffle init | Set up project. |
testrpc | Start RPC. |
truffle comp | Compile everything. |
blockchain.1505980032.txt.gz · Last modified: 2017/09/22 08:47 (external edit)