dapp
dapp copied to clipboard
This repository has been moved to dapphub/dapptools
add support for jsonrpc-addr for private testnet
`dapp key --help` `dapp key --keystore path` (will prompt for password) `dapp key --keystore path --password file` default keystore `~/.ethereum/keystore` can be used with `ETH_KEYSTORE` and `ETH_PASSWORD` for `seth` compatibility
With this .gitattributes file, it gives a hint to Github so it correctly highlights Solidity syntax on its webpage.
This pretty much works fine! But we shouldn't merge it immediately, there's some stuff to consider and some stuff to do. See #53. cc @dbrock I can run dapp in...