node : v6.11.2
web3 : 0.20.2
Parity : Parity/v1.6.10-stable-1a5b176-20170721/x86_64-macos/rustc1.18.0
solc : 0.4.12
brew install parity
install from the URL.
https://nodejs.org/ja/download/
npm install web3@0.20.2
npm install -g solc
parity --chain ropsten --rpcapi web3,eth,net,parity,personal,parity_accounts,parity_set,signer
you can get free testnet eth from under url:
・create_new_token.js (新token作成、簡単的に)
・eth_getbalance_transfer.js (ethereum coinの残高確認・送金)
・token_getbalance_transfer.js (token の残高確認・送金)