Skip to content

tkc/nuxt-ethereum-wallet

Repository files navigation

nuxt-ethereum-wallet

ethereum-wallet

screen shot 2018-04-19 at 2 36 00

Run Private Ethereum

$ cd eth_private
$ geth --networkid "10"  \
     --nodiscover  \
     --datadir `pwd`   \
     --rpc   \
     --rpcaddr "localhost"   \
     --rpcport "8545"   \
     --rpccorsdomain "*"  \
     --rpcapi "eth,net,web3,personal,accounts" \
     console 2>> `pwd`/geth_err.log

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

License

MIT